DirectX 9 backend, part 4
This commit is contained in:
parent
5a0ddbc212
commit
ba15db4292
2 changed files with 7 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ FurnaceGUITexture* FurnaceGUIRenderDX9::createTexture(bool dynamic, int width, i
|
|||
return NULL;
|
||||
}
|
||||
|
||||
FurnaceDXTexture* ret=new FurnaceDXTexture;
|
||||
FurnaceDX9Texture* ret=new FurnaceDX9Texture;
|
||||
ret->width=width;
|
||||
ret->height=height;
|
||||
ret->widthReal=widthReal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue