mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 07:25:16 +00:00
format everything
This commit is contained in:
@@ -77,9 +77,9 @@ void BatModel::render(std::shared_ptr<Entity> entity, float time, float r,
|
||||
|
||||
body->xRot = std::numbers::pi;
|
||||
|
||||
rightWing->xRot = -std::numbers::pi * .05f;
|
||||
rightWing->yRot = -std::numbers::pi * .40f;
|
||||
rightWingTip->yRot = -std::numbers::pi * .55f;
|
||||
rightWing->xRot = -std::numbers::pi * .05f;
|
||||
rightWing->yRot = -std::numbers::pi * .40f;
|
||||
rightWingTip->yRot = -std::numbers::pi * .55f;
|
||||
leftWing->xRot = rightWing->xRot;
|
||||
leftWing->yRot = -rightWing->yRot;
|
||||
leftWingTip->yRot = -rightWingTip->yRot;
|
||||
|
||||
Reference in New Issue
Block a user