mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update ItemInHandRenderer.cpp (#418)
This commit is contained in:
parent
649e2c9dfe
commit
fda95cc65f
|
|
@ -548,7 +548,7 @@ void ItemInHandRenderer::render(float a)
|
||||||
glPushMatrix();
|
glPushMatrix();
|
||||||
float d = 0.8f;
|
float d = 0.8f;
|
||||||
|
|
||||||
#if defined __ORBIS__ || defined __PS3__
|
#if defined __ORBIS__ || defined __PS3__ || defined _WINDOWS64
|
||||||
static const float swingPowFactor = 1.0f;
|
static const float swingPowFactor = 1.0f;
|
||||||
#else
|
#else
|
||||||
static const float swingPowFactor = 4.0f; // 4J added, to slow the swing down when nearest the player for avoiding luminance flash issues
|
static const float swingPowFactor = 4.0f; // 4J added, to slow the swing down when nearest the player for avoiding luminance flash issues
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue