mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-09 13:39:12 +00:00
Re-enable Input Offsets menu for Desktop oopsies
This commit is contained in:
parent
0d2a737a8a
commit
6fa4280e31
|
|
@ -715,7 +715,7 @@ class Project extends HXProject
|
|||
EXCLUDE_ARMV7.apply(this, false);
|
||||
UNLOCK_EVERYTHING.apply(this, false);
|
||||
FEATURE_COMPRESSED_TEXTURES.apply(this, false);
|
||||
FEATURE_INPUT_OFFSETS.apply(this, false);
|
||||
FEATURE_INPUT_OFFSETS.apply(this, !isMobile());
|
||||
|
||||
// Should be true unless explicitly requested.
|
||||
HARDCODED_CREDITS.apply(this, true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue