소스 검색

[d3d9graphics.mod] Added missing Resize()

Ronny Otto 6 년 전
부모
커밋
d5a8cf51b3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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