mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Replicated MultimeshInstance3D behaviour to MultiMeshInstance2D and added mesh_storage for 2D transform Also call VisualInstance::_physics_interpolated_changed() Use Node instead of VisualInstance. Addded comment Fixed typo :) Using CanvasItem instead of Node now. Made CanvasItem::_physics_interpolated_changed() protected