mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-10 18:21:14 +00:00
Set default Anisotropic to 16 (#753)
This commit is contained in:
parent
b3d43a8cf7
commit
0c7a95f143
@ -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