mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
parent
ba5d0f2622
commit
9dd2029efe
1 changed files with 1 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ bool AppSettings::_LoadProfile(
|
|||
|
||||
{
|
||||
uint32_t cursorInterpolationMode = (uint32_t)CursorInterpolationMode::NearestNeighbor;
|
||||
JsonHelper::ReadUInt(profileObj, "cursorInterpolationMode", (uint32_t&)profile.cursorInterpolationMode);
|
||||
JsonHelper::ReadUInt(profileObj, "cursorInterpolationMode", cursorInterpolationMode);
|
||||
if (cursorInterpolationMode > 1) {
|
||||
cursorInterpolationMode = (uint32_t)CursorInterpolationMode::NearestNeighbor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue