浏览代码

Fixed typo.

Brucey 3 年之前
父节点
当前提交
4d72d0a50f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]