graph: do not spam about problem
nav: tweaked stuck values and timers
This commit is contained in:
parent
e820527703
commit
9b80517eda
5 changed files with 17 additions and 4 deletions
|
|
@ -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...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue