Преглед на файлове

clarify driver bug error message ("output" confusing)

trethaller преди 4 години
родител
ревизия
424e8b2b3b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      h3d/impl/GlDriver.hx

+ 1 - 1
h3d/impl/GlDriver.hx

@@ -343,7 +343,7 @@ class GlDriver extends Driver {
 					Alternate fix is to improve HxSL so he does it on its own.
 					Alternate fix is to improve HxSL so he does it on its own.
 				*/
 				*/
 				if( loc == null )
 				if( loc == null )
-					throw "Texture "+rt.spec.instances[t.instance].shader.data.name+"."+t.name+" is missing from shader output";
+					throw "Texture "+rt.spec.instances[t.instance].shader.data.name+"."+t.name+" is missing from generated shader";
 				s.textures.push({ u : loc, t : curT, mode : mode });
 				s.textures.push({ u : loc, t : curT, mode : mode });
 				index++;
 				index++;
 			}
 			}