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