Fix Wii
This commit is contained in:
@ -381,7 +381,7 @@ namespace Tesses::Framework::Serialization::Json
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return std::stoll(tkn.first);
|
return (int64_t)std::stoll(tkn.first);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user