Browse Source

[d3d9graphics.mod] Added missing Resize()

Ronny Otto 6 years ago
parent
commit
d5a8cf51b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dxgraphics.mod/d3d9graphics.bmx

+ 2 - 0
dxgraphics.mod/d3d9graphics.bmx

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