Fixed bug where disabling keyboard would prevent any handlers from being created.

This commit is contained in:
Bill Meltsner
2010-01-05 13:33:52 -06:00
parent 810f7f4a28
commit 22ab49d167
+1 -1
View File
@@ -241,7 +241,7 @@ function love.init()
end
end
if love.keyboard then
if love.event then
love.createhandlers()
end