mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 14:59:54 +00:00
Merge branch 'resolution_follow_up' into 'master'
Partially revert 5dcac4c48f
See merge request OpenMW/openmw!3940
This commit is contained in:
commit
df1be7102f
2 changed files with 0 additions and 4 deletions
|
@ -157,7 +157,6 @@
|
|||
Bug #7840: First run of the launcher doesn't save viewing distance as the default value
|
||||
Bug #7841: Editor: "Dirty" water heights are saved in modified CELLs
|
||||
Bug #7859: AutoCalc flag is not used to calculate potion value
|
||||
Bug #7866: Alt-tabbing is considered as a resolution change
|
||||
Feature #2566: Handle NAM9 records for manual cell references
|
||||
Feature #3537: Shader-based water ripples
|
||||
Feature #5173: Support for NiFogProperty
|
||||
|
|
|
@ -1166,9 +1166,6 @@ namespace MWGui
|
|||
|
||||
void WindowManager::windowResized(int x, int y)
|
||||
{
|
||||
if (x == Settings::video().mResolutionX && y == Settings::video().mResolutionY)
|
||||
return;
|
||||
|
||||
Settings::video().mResolutionX.set(x);
|
||||
Settings::video().mResolutionY.set(y);
|
||||
|
||||
|
|
Loading…
Reference in a new issue