From 45dbe47d17303050cbea7c2c51e838acfe21c2fb Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 28 Mar 2023 16:35:22 -0500 Subject: add cached mesh loading --- honey/std.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'honey/std.lua') diff --git a/honey/std.lua b/honey/std.lua index a08bf35..2a5d2c2 100644 --- a/honey/std.lua +++ b/honey/std.lua @@ -5,7 +5,7 @@ honey.loop = init.loop honey.terminate = init.terminate honey.ecs = require 'honey.ecs' -honey.standardSystems = require 'honey.ecs-systems' +--honey.standardSystems = require 'honey.ecs-systems' honey.mesh = require 'honey.mesh' honey.Shader = require 'honey.shader' honey.Window = require 'honey.window' -- cgit v1.2.1