mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-07 09:38:25 +02:00
Reworked app, #11 key bindings, optimisations
This commit is contained in:
@@ -28,7 +28,6 @@ bool Interface::drawHome(bool force, int state)
|
||||
_state = state;
|
||||
int width, height;
|
||||
SDL_GetRendererOutputSize(_renderer, &width, &height);
|
||||
SDL_RenderClear(_renderer);
|
||||
|
||||
_mainImage.draw(_renderer, width, height);
|
||||
if (state == PROTOCOL_STATUS_ERROR)
|
||||
|
||||
Reference in New Issue
Block a user