Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param

This commit is contained in:
Rémi Verschelde 2022-09-02 13:49:53 +02:00
commit c82bbc38a5
80 changed files with 1523 additions and 1494 deletions

View file

@ -1071,7 +1071,7 @@ void EditorNode::_sources_changed(bool p_exist) {
// Reload the global shader variables, but this time
// loading textures, as they are now properly imported.
RenderingServer::get_singleton()->global_shader_uniforms_load_settings(true);
RenderingServer::get_singleton()->global_shader_parameters_load_settings(true);
// Start preview thread now that it's safe.
if (!singleton->cmdline_export_mode) {