Window#initialize: call super

This commit is contained in:
Josh Holtrop 2014-07-27 13:25:26 -04:00
parent 9c65624afc
commit a19f17481b

View File

@ -16,6 +16,7 @@ class Window
end
def initialize
super
@programs = {}
load_shaders
Window.register(self)