You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_CHANGED
This commit is contained in:
@@ -1831,6 +1831,7 @@ GridMap::GridMap() {
|
||||
use_baked_light=false;
|
||||
|
||||
navigation = NULL;
|
||||
set_notify_transform(true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user