mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-12 21:38:47 +00:00
Review tabs and trail-spaces
This commit is contained in:
@@ -4434,7 +4434,7 @@ static bool InitGraphicsDevice(int width, int height)
|
||||
#if defined(PLATFORM_WEB)
|
||||
emscripten_set_window_title((CORE.Window.title != 0)? CORE.Window.title : " ");
|
||||
#endif
|
||||
|
||||
|
||||
// Set window callback events
|
||||
glfwSetWindowSizeCallback(CORE.Window.handle, WindowSizeCallback); // NOTE: Resizing not allowed by default!
|
||||
#if !defined(PLATFORM_WEB)
|
||||
|
||||
Reference in New Issue
Block a user