mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename Transform to Transform3D in core
This commit is contained in:
@@ -93,7 +93,7 @@ TEST_SUITE("Validate tests") {
|
||||
Basis basis(quat);
|
||||
INFO(basis);
|
||||
|
||||
Transform trans(basis);
|
||||
Transform3D trans(basis);
|
||||
INFO(trans);
|
||||
|
||||
Color color(1, 0.5, 0.2, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user