File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2
Generals/Code/Libraries/Source/WWVegas/WW3D2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ void DX8Wrapper::Resize_And_Position_Window()
882
882
883
883
// Is the window the correct size for this resolution?
884
884
if ((rect.right -rect.left ) != ResolutionWidth ||
885
- (rect.bottom -rect.top ) != ResolutionHeight) {
885
+ (rect.bottom -rect.top ) != ResolutionHeight) {
886
886
887
887
// Calculate what the main window's bounding rectangle should be to
888
888
// accommodate this resolution
Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ void DX8Wrapper::Resize_And_Position_Window()
920
920
921
921
// Is the window the correct size for this resolution?
922
922
if ((rect.right -rect.left ) != ResolutionWidth ||
923
- (rect.bottom -rect.top ) != ResolutionHeight) {
923
+ (rect.bottom -rect.top ) != ResolutionHeight) {
924
924
925
925
// Calculate what the main window's bounding rectangle should be to
926
926
// accommodate this resolution
You can’t perform that action at this time.
0 commit comments