summaryrefslogtreecommitdiff
path: root/honey/ecs/render.lua
diff options
context:
space:
mode:
Diffstat (limited to 'honey/ecs/render.lua')
-rw-r--r--honey/ecs/render.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/honey/ecs/render.lua b/honey/ecs/render.lua
index 4217422..abeac04 100644
--- a/honey/ecs/render.lua
+++ b/honey/ecs/render.lua
@@ -72,7 +72,7 @@ system = function(params)
)
-- get mesh
local mesh = honey.mesh.loadCached(
- tbl.mesh.filename, tbl.mesh.index
+ tbl.mesh.filename, tbl.mesh.index, tbl.mesh.debug
)
draw(model, view, projection, tbl.textures, shader, mesh)
end