--no-sanity-timer option and its use in twn gdb

This commit is contained in:
veclavtalica
2025-02-15 15:09:01 +03:00
parent ffc3badc50
commit 29d163216c
3 changed files with 10 additions and 3 deletions

View File

@ -85,6 +85,7 @@ typedef struct EngineContext {
bool audio_initialized;
bool push_audio_model;
bool cull_faces;
bool no_sanity_timer;
} EngineContext;
/* TODO: does it need to be marked with TWN_API? */