v1.0.1 - Fixed a bug with the raster library.

This commit is contained in:
TheWahlolly
2025-05-18 19:22:52 +03:00
parent 95c235e65b
commit af97754b6a
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.0.0"
_G._OSVERSION = "Halyde 1.0.1"
function _G.import(module, ...)
local args = table.pack(...)