Skip to content

Commit

Permalink
Update Hydrax.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner34dev committed Mar 21, 2024
1 parent 788d3f7 commit cb4f5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gfx/hydrax/Hydrax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ namespace Hydrax
{
if (mCreated && mModule && mVisible)
{
mModule->update((GetGameContext()->GetActorManager()->GetSimulationSpeed())*timeSinceLastFrame);
mModule->update((RoR::App::GetGameContext()->GetActorManager()->GetSimulationSpeed())*timeSinceLastFrame);
mDecalsManager->update();
_checkUnderwater(timeSinceLastFrame);
}
Expand Down

0 comments on commit cb4f5f6

Please sign in to comment.