aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.lua b/window.lua
index 3c4722a..dd38c99 100644
--- a/window.lua
+++ b/window.lua
@@ -32,6 +32,8 @@ function drawWindow(id)
drawMusic()
elseif id == 8 then
drawVideo()
+ elseif id == 10 then
+ drawDocuments()
end
love.graphics.setCanvas()
win[id].update = false