mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 16:38:08 +00:00
adjust naming scheme of private TLS members
This commit is contained in:
@@ -132,7 +132,7 @@ void TripWireTile::checkPressed(Level* level, int x, int y, int z) {
|
||||
bool wasPressed = (data & MASK_POWERED) == MASK_POWERED;
|
||||
bool shouldBePressed = false;
|
||||
|
||||
ThreadStorage* tls = m_threadShape;
|
||||
ThreadStorage* tls = m_tlsShape;
|
||||
std::vector<std::shared_ptr<Entity> >* entities = level->getEntities(
|
||||
nullptr, AABB::newTemp(x + tls->xx0, y + tls->yy0, z + tls->zz0,
|
||||
x + tls->xx1, y + tls->yy1, z + tls->zz1));
|
||||
|
||||
Reference in New Issue
Block a user