diff options
Diffstat (limited to 'tools/editor/editor_log.cpp')
| -rw-r--r-- | tools/editor/editor_log.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/editor/editor_log.cpp b/tools/editor/editor_log.cpp index 02af9712a..f69b7ba3e 100644 --- a/tools/editor/editor_log.cpp +++ b/tools/editor/editor_log.cpp @@ -67,6 +67,10 @@ void EditorLog::_error_handler(void *p_self, const char*p_func, const char*p_fil icon = self->get_icon("ScriptError","EditorIcons"); } break; + case ERR_HANDLER_SHADER: { + + icon = self->get_icon("Shader","EditorIcons"); + } break; } |
