Brucey %!s(int64=3) %!d(string=hai) anos
pai
achega
4d72d0a50f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      d3d9sdlgraphics.mod/d3d9sdlgraphics.bmx

+ 1 - 1
d3d9sdlgraphics.mod/d3d9sdlgraphics.bmx

@@ -166,7 +166,7 @@ Type TD3D9SDLGraphics Extends TGraphics
 		
 		_g = SDLGraphicsDriver().CreateGraphics( width, height, depth, hertz, flags | GRAPHICS_WIN32_DX, x, y )
 		
-		_hwnd = _g.context.window.GetHandle()
+		_hwnd = _g._context.window.GetHandle()
 		
 		Local rect:Int[4]