summaryrefslogtreecommitdiff
path: root/honey/std.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-04-07 00:13:15 -0500
committersanine <sanine.not@pm.me>2023-04-07 00:13:15 -0500
commit20f27d6eaee89e6b4950ccf9b3a96ab1e59f9d51 (patch)
tree994cfa3122c2be45a531856de66e13a955b42515 /honey/std.lua
parentee3b19aa4f0ec65c159a31d589bbafd4a644610e (diff)
move new render/transform systems into ecs-systems.lua
Diffstat (limited to 'honey/std.lua')
-rw-r--r--honey/std.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/honey/std.lua b/honey/std.lua
index 98e942d..b16708a 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'