mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
Set default Anisotropic to 16
This commit is contained in:
parent
b3d43a8cf7
commit
daba7c5c7a
@ -204,7 +204,7 @@ IsleApp::IsleApp()
|
||||
m_frameRate = 100.0f;
|
||||
m_exclusiveFullScreen = FALSE;
|
||||
m_msaaSamples = 0;
|
||||
m_anisotropic = 0.0f;
|
||||
m_anisotropic = 16.0f;
|
||||
}
|
||||
|
||||
// FUNCTION: ISLE 0x4011a0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user