Raspy-Py/WhateverGame

The use of queue make all commands one use only.

Opened this issue · 0 comments

void InputHandler::ExecuteCommand() {
if ( commands_queue_.empty() ) {
std::cout << "No commands to execute" << std::endl;
return;
}