mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Removed another demo block.
This commit is contained in:
parent
f42e12940c
commit
86a9417cfd
1 changed files with 0 additions and 8 deletions
|
|
@ -331,14 +331,6 @@ bool NavMesh::onAdd()
|
||||||
|
|
||||||
if(isServerObject())
|
if(isServerObject())
|
||||||
{
|
{
|
||||||
#ifdef WALKABOUT_DEMO
|
|
||||||
if(getServerSet()->size() >= 1)
|
|
||||||
{
|
|
||||||
Con::errorf("Sorry, the demo binary only allows one NavMesh to exist at a time.");
|
|
||||||
Con::executef("OnWalkaboutDemoLimit");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
getServerSet()->addObject(this);
|
getServerSet()->addObject(this);
|
||||||
ctx = new NavContext();
|
ctx = new NavContext();
|
||||||
setProcessTick(true);
|
setProcessTick(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue