1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

doc: Update classref with node renames

A few extra renames for classes which were missed in last week's PRs.
This commit is contained in:
Rémi Verschelde
2020-03-30 18:22:57 +02:00
parent 0168709978
commit eaaee63b62
203 changed files with 1076 additions and 1095 deletions

View File

@@ -96,7 +96,7 @@ bool Camera3DEditorPlugin::handles(Object *p_object) const {
void Camera3DEditorPlugin::make_visible(bool p_visible) {
if (p_visible) {
//Node3DEditor::get_singleton()->set_can_preview(Object::cast_to<Camera>(p_object));
//Node3DEditor::get_singleton()->set_can_preview(Object::cast_to<Camera3D>(p_object));
} else {
Node3DEditor::get_singleton()->set_can_preview(NULL);
}