Skip to content

Commit a2781b1

Browse files
committed
Add note to object aspect ratio pointer
1 parent 737d684 commit a2781b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Plugins/Plugin_DERQ.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ namespace EnigmaFix
246246
// 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])
247247

248248
// Write to the object aspect ratio pointer
249+
// TODO: Figure out why the object aspect ratio pointer isn't working right.
249250
auto* objectAspectRatioPtr = reinterpret_cast<float*>(reinterpret_cast<intptr_t>(baseModule) + 0x01043B30 + 0xC90);
250251
if (objectAspectRatioPtr != nullptr) {
251252
spdlog::info("Object Aspect Ratio: {}", *objectAspectRatioPtr);

0 commit comments

Comments
 (0)