mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-02 18:46:00 -04:00
do not disable regular touch input if menu touch is disabled (#2152)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user