mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 14:20:42 -07:00
jb: only show debug overlay for jubeat (#799)
This commit is contained in:
@@ -285,7 +285,8 @@ namespace games::jb {
|
||||
}
|
||||
|
||||
bool touch_debug_overlay_enabled() {
|
||||
return debug_show_boxes() || debug_show_taps();
|
||||
return TOUCH_ENABLE.load(std::memory_order_acquire) &&
|
||||
(debug_show_boxes() || debug_show_taps());
|
||||
}
|
||||
|
||||
// the 16 boundary rects: legacy divides the area evenly, others use button squares
|
||||
|
||||
Reference in New Issue
Block a user