Explorar o código

[d3d9graphics.mod] Added missing Resize()

Ronny Otto %!s(int64=6) %!d(string=hai) anos
pai
achega
d5a8cf51b3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dxgraphics.mod/d3d9graphics.bmx

+ 2 - 0
dxgraphics.mod/d3d9graphics.bmx

@@ -319,6 +319,8 @@ Type TD3D9Graphics Extends TGraphics
 		Next
 		Next
 	End Method
 	End Method
 
 
+	Method Resize(width:Int, height:Int) Override
+ 	End Method
 	
 	
 	Field _hwnd:Byte Ptr
 	Field _hwnd:Byte Ptr
 	Field _width:Int
 	Field _width:Int