Skip to content

Commit

Permalink
feat: ignore this, this is not a commit
Browse files Browse the repository at this point in the history
These are not the features you are looking for...
  • Loading branch information
ThisAMJ committed Oct 21, 2023
1 parent b7f2c99 commit b762a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Features/Demo/GhostRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ void GhostRenderer::UpdateAnimatedVerts() {
localPos.x * yawSin + localPos.y * yawCos,
localPos.z
};
if (ghost->name == "Dinnerbone") {
localPos.z = 72 - localPos.z;
}

// transform it to global coordinates
Vector globalPos = ghost->data.position + localPos;
Expand Down

3 comments on commit b762a47

@ThatFridgeFella
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will not ignore this commit

@alexzinyew
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

acknowledged

@MrSlimeDiamond
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a commit, liar

Please sign in to comment.