Browse Source

Fixed makequad test.

Mark Sibly 8 năm trước cách đây
mục cha
commit
c5f44eef71
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      modules/mojo3d/tests/makequad.monkey2

+ 2 - 0
modules/mojo3d/tests/makequad.monkey2

@@ -52,6 +52,8 @@ Class MyWindow Extends Window
 		
 		Local mesh:=New Mesh( vertices,indices )
 		
+		mesh.UpdateNormals()
+		
 		'create model for the mesh
 		'
 		_model=New Model