Skip to content

Commit

Permalink
chore: use alt.Vector3.zero in example (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Apr 1, 2024
1 parent 212d6bc commit 35b3b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/virtualentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const startSpin = (startSpinTime) => {
currentSpinTick.destroy();
currentSpinTick = null;

luckyWheelObject.rot = new alt.Vector3(0, 0, 0);
luckyWheelObject.rot = alt.Vector3.zero;
return;
}

Expand Down

0 comments on commit 35b3b6b

Please sign in to comment.