You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename Transform to Transform3D in core
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
bool first = true;
|
||||
bool zero_y = true;
|
||||
|
||||
Transform accumulated;
|
||||
Transform3D accumulated;
|
||||
|
||||
private:
|
||||
void _notification(int p_what);
|
||||
|
||||
Reference in New Issue
Block a user