aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/draw_spell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/hud/draw_spell.lua')
-rw-r--r--gamemode/hud/draw_spell.lua1
1 files changed, 1 insertions, 0 deletions
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)