Merge pull request #3329 from SaracenOne/color_ramp_fix
Color Ramp Editor Plugin Fix
This commit is contained in:
commit
1fc96e2dca
3 changed files with 17 additions and 6 deletions
|
|
@ -5975,7 +5975,8 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin( memnew( Polygon2DEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( LightOccluder2DEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( NavigationPolygonEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ColorRampEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ColorRampEditorPlugin(this,true) ) );
|
||||
add_editor_plugin( memnew( ColorRampEditorPlugin(this,false) ) );
|
||||
add_editor_plugin( memnew( CollisionShape2DEditorPlugin(this) ) );
|
||||
|
||||
for(int i=0;i<EditorPlugins::get_plugin_count();i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue