1
0
mirror of synced 2025-01-20 17:48:51 +01:00

update camera error

This commit is contained in:
Aaron M 2019-11-17 15:37:15 +13:00
parent cd20446f27
commit 84f1cb33ec

View File

@ -145,7 +145,6 @@ static InitFunction StarWarsEs3XFunc([]()
if (ToBool(config["General"]["Remove Camera Error"]))
{
injector::MakeNOP(imageBase + 0xD82EE, 6, true);
injector::MakeNOP(imageBase + 0xD83F2, 6, true);
}
}, GameID::StarWarsEs3X);