Fix parsing else preprocessor and && conditions in bindings generator

This commit is contained in:
Wojtek Figat
2026-01-16 12:48:58 +01:00
parent baf068330c
commit 0d7c04682d
4 changed files with 49 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ bool Graphics::GICascadesBlending = false;
PostProcessSettings Graphics::PostProcessSettings;
bool Graphics::GammaColorSpace = true;
bool Graphics::SpreadWorkload = true;
#if !BUILD_RELEASE && !USE_EDITOR
#if !BUILD_RELEASE || USE_EDITOR
float Graphics::TestValue = 0.0f;
#endif
bool Graphics::PostProcessing::ColorGradingVolumeLUT = true;