Disabled glut, got scaling working as desired.

This commit is contained in:
2018-03-18 15:36:36 -05:00
parent 906e1775e5
commit 47a27c15d3
3 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ class IMICFPS
class Window < Gosu::Window
include GL
include GLU
include GLUT
# include GLUT
Point = Struct.new(:x, :y)
def initialize(window_width = 1280, window_height = 800, fullscreen = false)