mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Simplified the fixes.
This commit is contained in:
committed by
Ethan Lee
parent
51119d4394
commit
ab323a7550
@@ -617,7 +617,7 @@ void inline fixedloop()
|
||||
|
||||
//Mute button
|
||||
#if !defined(NO_CUSTOM_LEVELS) && !defined(NO_EDITOR)
|
||||
bool inEditor = ed.textentry || ed.scripthelppage == 1;
|
||||
bool inEditor = ed.textentry || ed.textmod != TEXT_NONE || ed.scripthelppage == 1;
|
||||
#else
|
||||
bool inEditor = false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user