소스 검색

Name change.

Brucey 3 년 전
부모
커밋
fef275fb32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sdlgraphics.mod/sdlgraphics.bmx

+ 1 - 1
sdlgraphics.mod/sdlgraphics.bmx

@@ -94,7 +94,7 @@ Type TSDLGraphics Extends TGraphics
 
 	Method GetHandle:Byte Ptr()
 		If _context Then
-			Return _context.window.GetWindowHandle()
+			Return _context.window.GetHandle()
 		End If
 	End Method