Browse Source

MeshWave: fix

lviguier 7 months ago
parent
commit
8675df89b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/shader/MeshWave.hx

+ 1 - 1
hrt/shader/MeshWave.hx

@@ -11,7 +11,7 @@ class MeshWave extends hxsl.Shader {
 			var position : Vec3;
 			var normal : Vec3;
 			var color: Vec3;
-		}
+		};
 
 		@param var axis : Vec3 = vec3(0.0,1.0,0.0);