mirror of
https://git.revela.dev/itsRevela/LCE-Revelations.git
synced 2026-06-04 18:14:49 +00:00
Update Minecraft.Client/ItemInHandRenderer.cpp
Old swing animations before they got modified in the MinecraftConsoles repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user