浏览代码

Don't toast shader code

Hendrik Brucker 9 月之前
父节点
当前提交
c0eae103e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 					}
 					}
 				}
 				}
 			}
 			}