Skip to content

Commit

Permalink
fixup! Consistent variables naming in Audio_Demo example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 10, 2024
1 parent 1209945 commit 5819d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleo_plugins/Audio/Audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class Audio
ptr->SetType(CLEO::CSoundSystem::LegacyModeDefaultStreamType);
}

OPCODE_WRITE_PARAM_UINT(ptr);
OPCODE_WRITE_PARAM_PTR(ptr);
OPCODE_CONDITION_RESULT(ptr != nullptr);
return OR_CONTINUE;
}
Expand Down Expand Up @@ -232,7 +232,7 @@ class Audio
ptr->SetType(CLEO::CSoundSystem::LegacyModeDefaultStreamType);
}

OPCODE_WRITE_PARAM_UINT(ptr);
OPCODE_WRITE_PARAM_PTR(ptr);
OPCODE_CONDITION_RESULT(ptr != nullptr);
return OR_CONTINUE;
}
Expand Down

0 comments on commit 5819d7f

Please sign in to comment.