Browse Source

fix bad import

Laytan Laats 1 year ago
parent
commit
8e855155fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/vendor/all.odin

+ 2 - 2
tests/vendor/all.odin

@@ -1,4 +1,4 @@
 package tests_vendor
 
-@(require) import "glfw"
-@(require) import "lua/5.4"
+@(require) import   "glfw"
+@(require) import _ "lua/5.4"