web background color
This commit is contained in:
2
main.c
2
main.c
@ -464,6 +464,7 @@ void UpdateDrawFrame(void) {
|
||||
isFullscreen = !isFullscreen;
|
||||
}
|
||||
Rectangle currentViewBounds = isFullscreen ? fullScreenBounds : normalBounds;
|
||||
ClearBackground(BLACK);
|
||||
BeginDrawing();
|
||||
ClearBackground(COLOR_BG);
|
||||
// Grille fond
|
||||
@ -517,4 +518,3 @@ int main () {
|
||||
CloseWindow();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user