Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Therefore, I guess maybe they put the code there becuase they needed to change it to false.
Change the code and see what happens:
application_surface_draw_enable(false);
https://docs.yoyogames.com/source/dadiospice/002_reference/surfaces/application_surface_draw_enable.html
Edit:
Maybe I read that wrong, I thought that command line was // commented out. If the argument is currently 0, the try changing it to (1) and see what happens.
application_surface_draw_enable(1)
Edit: Wait, I didn't realize you captured your version in the screenshot. So you have v1.2.1130
I'm not really familiar with the different versions. All I can say is that this command doesn't work with what you have. Maybe someone else has a comment or advice.