Skip to content

Commit 6885dcc

Browse files
version 1.0
1 parent 5318b24 commit 6885dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_texture.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
float map (float3 p)
4545
{
46-
p = mul(rotation(_Time.g ),p);
46+
p = mul(rotation(_Time.g ),p);
4747
return cuboid(p,float3(0.0,0.0,0.0),float3(1.0,1.0,1.0));
4848
}
4949

0 commit comments

Comments
 (0)