width/height shadow properties

This commit is contained in:
airstruck
2015-11-03 01:08:23 -05:00
parent 997f9c8d12
commit ad9c954e7b
6 changed files with 38 additions and 22 deletions

View File

@@ -154,7 +154,6 @@ function Input:handleReshape (width, height)
root.width = width
root.height = height
root:reshape()
end
return Input