You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
@@ -48,6 +48,9 @@ void CollisionPolygonEditor::_notification(int p_what) {
|
||||
|
||||
} break;
|
||||
case NOTIFICATION_PROCESS: {
|
||||
if (!node) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (node->get_depth() != prev_depth) {
|
||||
_polygon_draw();
|
||||
|
||||
Reference in New Issue
Block a user