Compare commits
11 Commits
5d9f9f867e
...
5f9bdd0dce
Author | SHA1 | Date |
---|---|---|
|
5f9bdd0dce | |
|
9767cd15b3 | |
|
c8be237a0d | |
|
52c4244798 | |
|
aa1b8e1d1f | |
|
96a32bea50 | |
|
7674f07ac6 | |
|
d28160f17f | |
|
9818dfaad4 | |
|
588d173924 | |
|
e56f010366 |
|
@ -93,7 +93,7 @@ Ref<Texture2D> LimboUtility::get_task_icon(String p_class_or_script_path) const
|
|||
}
|
||||
|
||||
EditorData &ed = EditorNode::get_editor_data();
|
||||
Ref<Texture2D> script_icon = ed.get_script_icon(s);
|
||||
Ref<Texture2D> script_icon = ed.get_script_icon(s->get_path());
|
||||
if (script_icon.is_valid()) {
|
||||
return script_icon;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue