chore: format files touched by refactor/remove-vec3-tls

This commit is contained in:
orng
2026-03-26 14:13:45 -05:00
parent 87e8078a65
commit 20982f11c1
16 changed files with 44 additions and 50 deletions

View File

@@ -87,8 +87,7 @@ void ChangeStateConstraint::tick(int iPad) {
}
Vec3 ipad_player = minecraft->localplayers[iPad]->getPos(1);
if (!m_bHasChanged && inASourceState &&
movementArea->contains(&ipad_player) ==
contains) {
movementArea->contains(&ipad_player) == contains) {
m_bHasChanged = true;
m_changedFromState = m_tutorial->getCurrentState();
m_tutorial->changeTutorialState(m_targetState);
@@ -126,8 +125,7 @@ void ChangeStateConstraint::tick(int iPad) {
}
}
} else if (m_bHasChanged &&
movementArea->contains(
&ipad_player) != contains) {
movementArea->contains(&ipad_player) != contains) {
m_bHasChanged = false;
m_tutorial->changeTutorialState(m_changedFromState);