浏览代码

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