소스 검색

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]