From 1527cf8c0d17891dd0ebf99d484f83daa46eba3c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 10 Oct 2016 18:31:01 -0300 Subject: 2D Shaders are working again using the new syntax, though all is buggy in general --- tools/editor/editor_log.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/editor/editor_log.cpp') 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; } -- cgit v1.2.3-70-g09d2