mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed bad syntax.
This commit is contained in:
parent
878e6015df
commit
3113faedcf
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue