Review tabs and trail-spaces
This commit is contained in:
parent
f1c31bee27
commit
93f59a6f59
5 changed files with 16 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue