summaryrefslogtreecommitdiff
path: root/core/math/a_star.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/a_star.h')
-rw-r--r--core/math/a_star.h2
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;