mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-26 13:47:12 +01:00
Fixed warning.
This commit is contained in:
parent
f927e2db73
commit
f37f74d7f9
@ -669,7 +669,11 @@ void ServerController::process(double p_delta) {
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
const bool is_new_input = fetch_next_input(p_delta);
|
||||
#else
|
||||
fetch_next_input(p_delta);
|
||||
#endif
|
||||
|
||||
if (unlikely(current_input_buffer_id == UINT32_MAX)) {
|
||||
// Skip this until the first input arrive.
|
||||
|
Loading…
Reference in New Issue
Block a user