Fix separator duplication in visual shader context menu
This commit is contained in:
parent
cbf5408685
commit
0fecd4ee4d
2 changed files with 7 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue