Disable live reload

This commit is contained in:
David Vogel 2022-07-27 18:21:49 +02:00
parent a4314f3e91
commit f0217ba856

View File

@ -23,7 +23,7 @@ end
local CameraAPI = require("noita-api.camera")
local Coords = require("coordinates")
local DebugAPI = require("noita-api.debug")
local LiveReload = require("noita-api.live-reload")
--local LiveReload = require("noita-api.live-reload")
local Vec2 = require("noita-api.vec2")
-----------------------
@ -96,7 +96,7 @@ function OnWorldPostUpdate()
-- Reload mod every 60 frames.
-- This allows live updates to the mod while Noita is running.
-- !!! DISABLE THIS LINE AND THE CORRESPONDING REQUIRE BEFORE COMMITTING !!!
LiveReload:Reload("mods/noita-mapcap/", 60)
--LiveReload:Reload("mods/noita-mapcap/", 60)
end
---Called when the biome config is loaded.