Cleanup stuff in #2019
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "Engine/Core/Config/GraphicsSettings.h"
|
||||
#include "Engine/Engine/CommandLine.h"
|
||||
#include "Engine/Engine/EngineService.h"
|
||||
#include "Engine/Render2D/Render2D.h"
|
||||
#include "Engine/Render2D/Font.h"
|
||||
|
||||
bool Graphics::UseVSync = false;
|
||||
Quality Graphics::AAQuality = Quality::Medium;
|
||||
@@ -70,9 +70,9 @@ void GraphicsSettings::Apply()
|
||||
Graphics::GIQuality = GIQuality;
|
||||
Graphics::PostProcessSettings = ::PostProcessSettings();
|
||||
Graphics::PostProcessSettings.BlendWith(PostProcessSettings, 1.0f);
|
||||
|
||||
Render2D::EnableFontFallback = EnableFontFallback;
|
||||
Render2D::FallbackFonts = FallbackFonts;
|
||||
#if !USE_EDITOR // OptionsModule handles fallback fonts in Editor
|
||||
Font::FallbackFonts = FallbackFonts;
|
||||
#endif
|
||||
}
|
||||
|
||||
void Graphics::DisposeDevice()
|
||||
|
||||
Reference in New Issue
Block a user