Kaynağa Gözat

clean previous commit

Tipyx 9 yıl önce
ebeveyn
işleme
de57c4c951
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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);
 		}
 	};
+
 }

+ 1 - 1
hxd/App.hx

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