Added convertor from VisualShader to Shader
This commit is contained in:
@ -6342,6 +6342,10 @@ EditorNode::EditorNode() {
|
||||
Ref<ParticlesMaterialConversionPlugin> particles_mat_convert;
|
||||
particles_mat_convert.instance();
|
||||
resource_conversion_plugins.push_back(particles_mat_convert);
|
||||
|
||||
Ref<VisualShaderConversionPlugin> vshader_convert;
|
||||
vshader_convert.instance();
|
||||
resource_conversion_plugins.push_back(vshader_convert);
|
||||
}
|
||||
update_spinner_step_msec = OS::get_singleton()->get_ticks_msec();
|
||||
update_spinner_step_frame = Engine::get_singleton()->get_frames_drawn();
|
||||
|
||||
Reference in New Issue
Block a user