From 20f27d6eaee89e6b4950ccf9b3a96ab1e59f9d51 Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 7 Apr 2023 00:13:15 -0500 Subject: move new render/transform systems into ecs-systems.lua --- 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 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' -- cgit v1.2.1