Skip to content

Commit

Permalink
Fixed Alpha.71 crashing (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC authored Sep 21, 2024
1 parent ba6d942 commit 4f49346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CleoBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace CLEO

void __declspec(naked) CCleoInstance::OnDebugDisplayTextBuffer()
{
GetInstance().CallCallbacks(eCallbackId::DrawingFinished); // execute registered callbacks
CleoInstance.CallCallbacks(eCallbackId::DrawingFinished); // execute registered callbacks
static DWORD oriFunc;
oriFunc = (DWORD)(GetInstance().DebugDisplayTextBuffer);
if (oriFunc != (DWORD)nullptr)
Expand Down

0 comments on commit 4f49346

Please sign in to comment.