mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
comment
This commit is contained in:
parent
60181c3304
commit
71786d0f7c
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue