mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-15 20:08:31 +00:00
refactor: modernize AABB class
This commit is contained in:
@@ -28,7 +28,7 @@ int AreaHint::tick() {
|
||||
|
||||
if ((m_displayState == e_Tutorial_State_Any ||
|
||||
m_tutorial->getCurrentState() == m_displayState) &&
|
||||
m_hintNeeded && area->contains(&player_pos) == contains) {
|
||||
m_hintNeeded && area->contains(player_pos) == contains) {
|
||||
if (m_completeState == e_Tutorial_State_None) {
|
||||
m_hintNeeded = false;
|
||||
} else if (m_tutorial->isStateCompleted(m_completeState)) {
|
||||
|
||||
Reference in New Issue
Block a user