Pārlūkot izejas kodu

clean previous commit

Tipyx 9 gadi atpakaļ
vecāks
revīzija
de57c4c951
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      h3d/shader/ScreenShader.hx
  2. 1 1
      hxd/App.hx

+ 1 - 0
h3d/shader/ScreenShader.hx

@@ -17,4 +17,5 @@ class ScreenShader extends hxsl.Shader {
 			output.position = vec4(input.position, 0, 1);
 			output.position = vec4(input.position, 0, 1);
 		}
 		}
 	};
 	};
+
 }
 }

+ 1 - 1
hxd/App.hx

@@ -70,7 +70,7 @@ class App {
 			engine.setDriver(log);
 			engine.setDriver(log);
 			try {
 			try {
 				engine.render(s3d);
 				engine.render(s3d);
-			} catch( e : Dynamic ) { 
+			} catch( e : Dynamic ) {
 				log.logLines.push(Std.string(e));
 				log.logLines.push(Std.string(e));
 			}
 			}
 			driver.logEnable = old;
 			driver.logEnable = old;