mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-21 02:12:15 +00:00
- fixed: The update check for a changed AABBTree was inverted.
This commit is contained in:
parent
9ba0e7b783
commit
3b77e2db68
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ bool LevelAABBTree::Update()
|
|||
}
|
||||
}
|
||||
}
|
||||
return modified;
|
||||
return !modified;
|
||||
}
|
||||
|
||||
TArray<int> LevelAABBTree::FindNodePath(unsigned int line, unsigned int node)
|
||||
|
|
Loading…
Reference in a new issue