do not disable regular touch input if menu touch is disabled (#2152)

This commit is contained in:
Olivia!!
2026-07-02 08:03:53 +02:00
committed by GitHub
parent f32e069c4b
commit f54892b2c2
+1 -1
View File
@@ -314,7 +314,7 @@ void end_game_frame() noexcept {
}
void begin_context(Context context) noexcept {
if (context == Context::None) {
if (context == Context::None || !enabled()) {
return;
}