2 Commits

Author SHA1 Message Date
itsRevela 3c154f858d Merge pull request 'Old swing animations from the Minecraft Console Editions' (#2) from calcomcolt/LCE-Revelations:old-swing-animations into main
Reviewed-on: https://git.revela.dev/itsRevela/LCE-Revelations/pulls/2
2026-05-23 09:49:06 -05:00
calcomcolt dfcfbd6ca6 Update Minecraft.Client/ItemInHandRenderer.cpp
Old swing animations before they got modified in the MinecraftConsoles repo
2026-05-20 01:33:59 -05:00
+1 -1
View File
@@ -567,7 +567,7 @@ void ItemInHandRenderer::render(float a)
glPushMatrix();
float d = 0.8f;
#if defined __ORBIS__ || defined __PS3__ || defined _WINDOWS64
#if defined __ORBIS__ || defined __PS3__
static const float swingPowFactor = 1.0f;
#else
static const float swingPowFactor = 4.0f; // 4J added, to slow the swing down when nearest the player for avoiding luminance flash issues