diff options
Diffstat (limited to 'src/T2DLL/T2SilhouettePane.cpp')
-rw-r--r-- | src/T2DLL/T2SilhouettePane.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/T2DLL/T2SilhouettePane.cpp b/src/T2DLL/T2SilhouettePane.cpp index 7e48810..64d0b05 100644 --- a/src/T2DLL/T2SilhouettePane.cpp +++ b/src/T2DLL/T2SilhouettePane.cpp @@ -23,6 +23,7 @@ T2SilhouettePane::T2SilhouettePane(T2TowerDoc* towerDoc, T2ImageObj* imageObj, C GetClientRect(clientRect); if (mPeople && !clientRect.IsRectEmpty()) { +#pragma var_order(ratio, image, origColor, rect3, imageRect, rect4) dc->FillRect(clientRect, CBrush::FromHandle((HBRUSH) GetStockObject(WHITE_BRUSH))); clientRect.DeflateRect(2, 2); |