set clearOptions to true

This commit is contained in:
Nick Fisher
2024-09-23 13:51:18 +08:00
parent ed5f23faf2
commit 8e1c611e92

View File

@@ -151,7 +151,7 @@ namespace thermion_filament
_renderer = _engine->createRenderer();
Renderer::ClearOptions clearOptions;
clearOptions.clear = false;
clearOptions.clear = true;
_renderer->setClearOptions(clearOptions);
_frameInterval = 1000.0f / 60.0f;