Preview windows changes

This commit is contained in:
2026-05-20 14:47:45 +10:00
parent bfaa3f5e0e
commit 7e17315e74
6 changed files with 13 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ void TestPreviewDefaultsAreOptIn()
const AppConfig config = DefaultAppConfig();
Expect(!config.previewEnabled, "preview is disabled by default");
Expect(config.previewFps == 30.0, "preview fps default is 30");
Expect(config.previewFps == 60.0, "preview fps default is 60");
}
void TestHelpers()