fix: center-screen messages not appearing (fix: #446)
fix: crash when creating too much threads refactor: fix typos in comments in headers
This commit is contained in:
parent
b946cbdcbf
commit
7f4d4748fa
22 changed files with 105 additions and 99 deletions
|
|
@ -28,7 +28,7 @@ public:
|
|||
// gets the node nearest to origin
|
||||
virtual int getNearestNode (float *origin) = 0;
|
||||
|
||||
// checks wether node is valid
|
||||
// checks whether node is valid
|
||||
virtual bool isNodeValid (int node) = 0;
|
||||
|
||||
// gets the node origin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue