Posted 09 May 2013 - 12:23 AM
This one is simple.
CC Version:
All that have the paint program
Description:
When pressing 'e' to exit the paint program, the 'char' event is not cleared so the shell prints 'e'.
Steps to reproduce:
Nice and easy one to fix adding a coroutine.yield() to the end of the program will stop it.
CC Version:
All that have the paint program
Description:
When pressing 'e' to exit the paint program, the 'char' event is not cleared so the shell prints 'e'.
Steps to reproduce:
- open paint
- press CTRL
- press e
- look at the shell
Nice and easy one to fix adding a coroutine.yield() to the end of the program will stop it.