1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix separator duplication in visual shader context menu

This commit is contained in:
Yuri Roubinsky
2021-04-04 17:50:19 +03:00
parent cbf5408685
commit 0fecd4ee4d
2 changed files with 7 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ class VisualShaderEditor : public VBoxContainer {
SEPARATOR2, // ignore
CONVERT_CONSTANTS_TO_UNIFORMS,
CONVERT_UNIFORMS_TO_CONSTANTS,
SEPARATOR3, // ignore
SET_COMMENT_TITLE,
SET_COMMENT_DESCRIPTION,
};