You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix 3D view name typo
This commit is contained in:
@@ -740,7 +740,7 @@ void SpatialEditorViewport::_update_name() {
|
||||
if (orthogonal) {
|
||||
name = TTR("Left Orthogonal");
|
||||
} else {
|
||||
name = TTR("Right Perspective");
|
||||
name = TTR("Left Perspective");
|
||||
}
|
||||
} break;
|
||||
case VIEW_TYPE_RIGHT: {
|
||||
|
||||
Reference in New Issue
Block a user