diff --git a/main.cpp b/main.cpp index 67c794b..bafa232 100644 --- a/main.cpp +++ b/main.cpp @@ -1470,6 +1470,10 @@ void Demo::onKeyPressed(int key) { deleteInstance(); } + if(key=='R') + { + running = true; + } if(dragging) { if(key == 'T')