mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
removed debug
This commit is contained in:
parent
54ef5d4698
commit
4bce7f8c0b
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ bool EntityItem::isRestingOnSurface() const {
|
|||
}
|
||||
|
||||
void EntityItem::update(const quint64& updateTime) {
|
||||
bool wantDebug = true;
|
||||
bool wantDebug = false;
|
||||
|
||||
float timeElapsed = (float)(updateTime - _lastUpdated) / (float)(USECS_PER_SECOND);
|
||||
|
||||
|
|
Loading…
Reference in a new issue