Skip to content

Commit 9d2a188

Browse files
committed
d
1 parent 2536a5a commit 9d2a188

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- Fixed infamous all modes platformer crash
44
- Fixed Hitbox Trail saving the trail when show hitboxes is disabled
5-
- Fixed Show Hitboxes not working if prism menu is enabled
65
- Fixed incompatibility with XDBot rewrite
76
- Lowered Max Hitbox Trail count to 200 instead of 500 for performance reasons
87
- Added **Decimals to Best Run**

src/Hacks/ShowHitboxes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class $modify (PlayLayer)
2323
if (!m_debugDrawNode)
2424
return;
2525

26-
bool shouldVis = m_debugDrawNode->isVisible();
26+
bool shouldVis = GameManager::sharedState()->getGameVariable("0166") && m_isPracticeMode;
2727

2828
if (!m_fields->mod)
2929
m_fields->mod = Client::GetModule("show-hitboxes");

0 commit comments

Comments
 (0)