- fixed bad syntax.

This commit is contained in:
Christoph Oelckers 2017-03-09 17:42:25 +01:00
parent 878e6015df
commit 3113faedcf

View file

@ -364,7 +364,7 @@ class BlockLinesIterator : Object native
native int portalflags;
native static BlockThingsIterator Create(Actor origin, double checkradius = -1);
native static BlockThingsIterator CreateFromPos(Vector3 pos, double checkh, double checkradius, Sector sec = nullptr;
native static BlockThingsIterator CreateFromPos(Vector3 pos, double checkh, double checkradius, Sector sec = null);
native bool Next();
}