Skip to main content
Minor grammar fixes, markdown formatting
Source Link
liggiorgio
  • 5.5k
  • 6
  • 27
  • 38

graphical Graphical bug when changing room

hereHere is a video showing the problem : https://youtu.be/_fbbdj2v2DYI'm encountering.

And here's my room change code  :

if(room_exists(room_previous(room))) room_goto_previous();

graphical bug when changing room

here is a video showing the problem : https://youtu.be/_fbbdj2v2DY

room change code  :

if(room_exists(room_previous(room))) room_goto_previous();

Graphical bug when changing room

Here is a video showing the problem I'm encountering.

And here's my room change code:

if(room_exists(room_previous(room))) room_goto_previous();
Source Link

graphical bug when changing room

here is a video showing the problem : https://youtu.be/_fbbdj2v2DY

room change code :

if(room_exists(room_previous(room))) room_goto_previous();