Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
@ -42,6 +42,8 @@ class NavigationPolygon;
|
||||
class NavigationMeshSourceGeometryData2D;
|
||||
|
||||
class NavMeshGenerator2D : public Object {
|
||||
GDSOFTCLASS(NavMeshGenerator2D, Object);
|
||||
|
||||
static NavMeshGenerator2D *singleton;
|
||||
|
||||
static Mutex baking_navmesh_mutex;
|
||||
|
||||
Reference in New Issue
Block a user