mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-30 09:03:11 +00:00
adjust naming scheme of private TLS members
This commit is contained in:
@@ -126,7 +126,7 @@ void PistonMovingPiece::updateShape(
|
||||
progress = 1.0f - progress;
|
||||
}
|
||||
int facing = entity->getFacing();
|
||||
ThreadStorage* tls = m_threadShape;
|
||||
ThreadStorage* tls = m_tlsShape;
|
||||
tls->xx0 = tile->getShapeX0() - Facing::STEP_X[facing] * progress;
|
||||
tls->yy0 = tile->getShapeY0() - Facing::STEP_Y[facing] * progress;
|
||||
tls->zz0 = tile->getShapeZ0() - Facing::STEP_Z[facing] * progress;
|
||||
|
||||
Reference in New Issue
Block a user