We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737d684 commit a2781b1Copy full SHA for a2781b1
Source/Plugins/Plugin_DERQ.cpp
@@ -246,6 +246,7 @@ namespace EnigmaFix
246
// Address that accesses object aspect ratio ptr: "8B 87 ? ? ? ? 89 87 ? ? ? ? 8B 87 ? ? ? ? 89 87 ? ? ? ? 8B 87 ? ? ? ? 89 87 ? ? ? ? E8" - Application.exe + 0x006E069B (mov eax,[rdi+000004D0])
247
248
// Write to the object aspect ratio pointer
249
+ // TODO: Figure out why the object aspect ratio pointer isn't working right.
250
auto* objectAspectRatioPtr = reinterpret_cast<float*>(reinterpret_cast<intptr_t>(baseModule) + 0x01043B30 + 0xC90);
251
if (objectAspectRatioPtr != nullptr) {
252
spdlog::info("Object Aspect Ratio: {}", *objectAspectRatioPtr);
0 commit comments