Browse Source

Don't toast shader code

Hendrik Brucker 7 months ago
parent
commit
c0eae103e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      servers/rendering/rendering_device_binds.h

+ 1 - 1
servers/rendering/rendering_device_binds.h

@@ -405,7 +405,7 @@ public:
 							"compute"
 							"compute"
 						};
 						};
 
 
-						ERR_PRINT("Error parsing shader '" + p_file + "', version '" + String(E.key) + "', stage '" + stage_str[i] + "':\n\n" + error);
+						print_error("Error parsing shader '" + p_file + "', version '" + String(E.key) + "', stage '" + stage_str[i] + "':\n\n" + error);
 					}
 					}
 				}
 				}
 			}
 			}