This commit is contained in:
tildearrow 2024-05-14 20:51:15 -05:00
parent 60181c3304
commit 71786d0f7c

View file

@ -281,6 +281,8 @@ struct WipeVertex {
void FurnaceGUIRenderDX9::wipe(float alpha) {
if (wipeBuf==NULL) return;
/*
HRESULT result=device->BeginScene();
if (result==D3D_OK) {
D3DVIEWPORT9 view;
@ -316,6 +318,7 @@ void FurnaceGUIRenderDX9::wipe(float alpha) {
device->EndScene();
}
*/
}
bool FurnaceGUIRenderDX9::getOutputSize(int& w, int& h) {