浏览代码

rm erroneous note about wireframe in 3D_Model;

bjorn 2 年之前
父节点
当前提交
37a2c2b968
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      examples/Intro/3D_Model/main.lua

+ 0 - 2
examples/Intro/3D_Model/main.lua

@@ -1,5 +1,3 @@
--- Note: Wireframe rendering doesn't work in browsers
-
 function lovr.load()
   model = lovr.graphics.newModel('suzanne.obj')
 end