diff options
Diffstat (limited to 'core/math/a_star.h')
-rw-r--r-- | core/math/a_star.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/a_star.h b/core/math/a_star.h index f9ffc477fc..66a983a6ce 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -37,7 +37,7 @@ class AStar: public Reference { - OBJ_TYPE(AStar,Reference) + GDCLASS(AStar,Reference) uint64_t pass; |