This commit is contained in:
Talkashie
2025-08-19 18:32:59 -05:00
parent 28bd72a7e1
commit bc7e68dfd1
19 changed files with 97 additions and 97 deletions

View File

@@ -861,7 +861,7 @@ void MaterialData::update_textures(const HashMap<StringName, Variant> &p_paramet
GlobalShaderUniforms::Variable *v = material_storage->global_shader_uniforms.variables.getptr(uniform_name);
if (v) {
if (v->buffer_index >= 0) {
WARN_PRINT("Shader uses global parameter texture '" + String(uniform_name) + "', but it changed type and is no longer a texture!.");
WARN_PRINT("Shader uses global parameter texture '" + String(uniform_name) + "', but it changed type and is no longer a texture!");
} else {
HashMap<StringName, uint64_t>::Iterator E = used_global_textures.find(uniform_name);