Browse Source

Fix default Mesh draw mode;

(cherry picked from commit 5472c2df3aa1de3b7ce349fad7b101dd238c91b3)
bjorn 7 years ago
parent
commit
7ee7a5a31d
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 = {
     mode = {
       type = 'MeshDrawMode',
       type = 'MeshDrawMode',
-      default = [['triangles']],
+      default = [['fan']],
       description = 'How the Mesh will render its vertices.'
       description = 'How the Mesh will render its vertices.'
     },
     },
     usage = {
     usage = {