You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
NORMALMAP was not working (no normal being used detected), fixes #9263
This commit is contained in:
@@ -1452,7 +1452,7 @@ void EditorNode::_edit_current() {
|
||||
bool is_node = current_obj->is_class("Node");
|
||||
|
||||
String editable_warning; //none by default
|
||||
|
||||
|
||||
if (is_resource) {
|
||||
|
||||
Resource *current_res = Object::cast_to<Resource>(current_obj);
|
||||
|
||||
Reference in New Issue
Block a user