Browse Source

Fix default Mesh draw mode;

bjorn 7 years ago
parent
commit
5472c2df3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/graphics/newMesh.lua

+ 1 - 1
api/lovr/graphics/newMesh.lua

@@ -12,7 +12,7 @@ return {
     },
     mode = {
       type = 'MeshDrawMode',
-      default = [['triangles']],
+      default = [['fan']],
       description = 'How the Mesh will render its vertices.'
     },
     usage = {