Add option for FIB Phase 2 / ShadowMap (#263)

This commit is contained in:
pizzaboxer 2023-05-25 23:02:53 +01:00
parent ada0dc91af
commit c1410aa38c
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -32,7 +32,8 @@ namespace Bloxstrap.Singletons
{ {
{ "Automatic", "" }, { "Automatic", "" },
{ "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" }, { "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" },
{ "Future Is Bright", "FFlagDebugForceFutureIsBrightPhase3" } { "ShadowMap", "FFlagDebugForceFutureIsBrightPhase2" },
{ "Future", "FFlagDebugForceFutureIsBrightPhase3" }
}; };
// this is one hell of a variable definition lmao // this is one hell of a variable definition lmao