animate clip rect, fix main app

This commit is contained in:
Krzosa Karol
2025-02-03 09:33:09 +01:00
parent 9f33ea0914
commit e7a2a775b2
9 changed files with 67 additions and 78 deletions

View File

@@ -38,8 +38,8 @@ int main(int argc, char **argv) {
mt_testing(tcx->temp);
b32 run_server = false;
b32 core_test_target = true;
b32 win32_target = false;
b32 core_test_target = false;
b32 win32_target = true;
b32 standalone_w32_target = false;
b32 wasm_target = false;