You've already forked godot
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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user