Skip to content

Commit

Permalink
set default res to 1024 for textures
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 5, 2018
1 parent 0e3801b commit 2c08d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrefsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ PrefsManager::PrefsManager()
, m_BGFitMode("BackgroundFitMode", BFM_CoverPreserve)
, m_HighResolutionTextures("HighResolutionTextures",
HighResolutionTextures_Auto)
, m_iMaxTextureResolution("MaxTextureResolution", 2048)
, m_iMaxTextureResolution("MaxTextureResolution", 1024)
, m_iRefreshRate("RefreshRate", REFRESH_DEFAULT)
, m_bAllowMultitexture("AllowMultitexture", true)
, m_bAllowedLag("AllowedLag", 0.001f)
Expand Down

0 comments on commit 2c08d63

Please sign in to comment.