From 21fca07b8e449daf8446ff67b0169d0fd39bec9c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 27 Feb 2016 18:35:34 -0500 Subject: Fixed the rubicks circle minigame not re-appearing after finishing --- gamemode/hud/draw_spell.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'gamemode/hud/draw_spell.lua') diff --git a/gamemode/hud/draw_spell.lua b/gamemode/hud/draw_spell.lua index 97c702b..32c1bc6 100644 --- a/gamemode/hud/draw_spell.lua +++ b/gamemode/hud/draw_spell.lua @@ -138,6 +138,7 @@ end function DrawSpellOverlay() if(CASTING_SPELL) then + print("Calling casting_spell's draw...") CASTING_SPELL["draw"](CASTING_SPELL) if(CASTING_SPELL.Score != nil) then finishedcasting(CASTING_SPELL.Score) -- cgit v1.2.3-70-g09d2