We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf98a commit fcf210fCopy full SHA for fcf210f
Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp
@@ -882,7 +882,7 @@ void DX8Wrapper::Resize_And_Position_Window()
882
883
// Is the window the correct size for this resolution?
884
if ((rect.right-rect.left) != ResolutionWidth ||
885
- (rect.bottom-rect.top) != ResolutionHeight) {
+ (rect.bottom-rect.top) != ResolutionHeight) {
886
887
// Calculate what the main window's bounding rectangle should be to
888
// accommodate this resolution
0 commit comments