mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Disabled glut, got scaling working as desired.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user