Skip to content

Commit

Permalink
Fix set rotation API
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed Jan 7, 2024
1 parent 184364f commit 961acdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ bool CStaticFunctionDefinitions::SetElementRotation(CClientEntity& Entity, const
case CCLIENTEFFEKSEERFXHANDLER:
{
CClientEffekseerEffectHandler& Effect = static_cast<CClientEffekseerEffectHandler&>(Entity);
Effect.SetRotation(vecRotation/360 * 2 * PI);
Effect.SetRotationDegrees(vecRotation);
break;
}
default:
Expand Down

0 comments on commit 961acdb

Please sign in to comment.