Skip to content

Commit

Permalink
add a preference to enable stb_image use
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 4, 2018
1 parent 319f4b0 commit 2768f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/PrefsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ PrefsManager::PrefsManager()
, m_bCelShadeModels("CelShadeModels", false)
, // Work-In-Progress.. disable by default.
m_bPreferredSortUsesGroups("PreferredSortUsesGroups", true)
, UseStbImageLibrary("UseStbImageLibrary", false)
, m_fPadStickSeconds("PadStickSeconds", 0)
, m_EditRecordModeLeadIn("EditRecordModeLeadIn", 1.0f)
, m_bForceMipMaps("ForceMipMaps", false)
Expand Down
1 change: 1 addition & 0 deletions src/PrefsManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ class PrefsManager
Preference<bool> m_DisableUploadDir;
Preference<bool> m_bCelShadeModels;
Preference<bool> m_bPreferredSortUsesGroups;
Preference<bool> UseStbImageLibrary;

// Number of seconds it takes for a button on the controller to release
// after pressed.
Expand Down

0 comments on commit 2768f10

Please sign in to comment.