mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-03 01:12:23 +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 int portalflags;
|
||||||
|
|
||||||
native static BlockThingsIterator Create(Actor origin, double checkradius = -1);
|
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();
|
native bool Next();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue