mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 13:35:11 +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) {
|
void FurnaceGUIRenderDX9::wipe(float alpha) {
|
||||||
if (wipeBuf==NULL) return;
|
if (wipeBuf==NULL) return;
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
HRESULT result=device->BeginScene();
|
HRESULT result=device->BeginScene();
|
||||||
if (result==D3D_OK) {
|
if (result==D3D_OK) {
|
||||||
D3DVIEWPORT9 view;
|
D3DVIEWPORT9 view;
|
||||||
|
@ -316,6 +318,7 @@ void FurnaceGUIRenderDX9::wipe(float alpha) {
|
||||||
|
|
||||||
device->EndScene();
|
device->EndScene();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FurnaceGUIRenderDX9::getOutputSize(int& w, int& h) {
|
bool FurnaceGUIRenderDX9::getOutputSize(int& w, int& h) {
|
||||||
|
|
Loading…
Reference in a new issue