From a83ab166e484e72a079e20c7b72305d7222c56bd Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Tue, 24 Jan 2017 22:08:05 -0500 Subject: [PATCH] point eval default to the correct offsetplot.lua --- .../BGAnimations/ScreenEvaluation decorations/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenEvaluation decorations/default.lua b/Themes/Til Death/BGAnimations/ScreenEvaluation decorations/default.lua index 6cf052283a..69d087859d 100644 --- a/Themes/Til Death/BGAnimations/ScreenEvaluation decorations/default.lua +++ b/Themes/Til Death/BGAnimations/ScreenEvaluation decorations/default.lua @@ -256,6 +256,6 @@ if GAMESTATE:IsPlayerEnabled(PLAYER_1) then end -t[#t+1] = LoadActor("offsetplot") +t[#t+1] = LoadActor("../offsetplot") return t \ No newline at end of file