graph: do not spam about problem

nav: tweaked stuck values and timers
This commit is contained in:
jeefo 2025-01-31 19:58:28 +03:00
commit 9b80517eda
No known key found for this signature in database
GPG key ID: D696786B81B667C8
5 changed files with 17 additions and 4 deletions

View file

@ -1265,6 +1265,12 @@ void Game::markBreakableAsInvalid (edict_t *ent) {
m_checkedBreakables[indexOfEntity (ent)] = false;
}
bool Game::isDeveloperMode () const {
static ConVarRef developer { "developer" };
return developer.exists () && developer.value () > 0.0f;
}
void LightMeasure::initializeLightstyles () {
// this function initializes lighting information...