mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Various misc. tweaks and fixes based on static code analysis to minimize/fix memleaks, crashes, or other performance impacting code.
This commit is contained in:
parent
d76c73c252
commit
8956559bfd
44 changed files with 124 additions and 258 deletions
|
|
@ -863,7 +863,7 @@ public:
|
|||
void setScopeObject(NetObject *object);
|
||||
|
||||
/// Get the object around which we are currently scoping network traffic.
|
||||
NetObject* getScopeObject() {};
|
||||
NetObject* getScopeObject() { return nullptr; };
|
||||
|
||||
/// Add an object to scope.
|
||||
void objectInScope(NetObject *object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue