diff options
| author | Ray <[email protected]> | 2019-02-22 12:12:21 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-02-22 12:12:21 +0100 |
| commit | a886f5e743cd50744d7800cd70a47f5cb9f663e3 (patch) | |
| tree | b045b074e038b75d275bded59a7f382f57ddcff4 /src/core.c | |
| parent | 641895b5ba778fdc9024ebb58446dcc8ea36a00a (diff) | |
| download | raylib-a886f5e743cd50744d7800cd70a47f5cb9f663e3.tar.gz raylib-a886f5e743cd50744d7800cd70a47f5cb9f663e3.zip | |
Remove TABS
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -871,7 +871,7 @@ void *GetWindowHandle(void) { #if defined(_WIN32) // NOTE: Returned handle is: void *HWND (windows.h) - return glfwGetWin32Window(window); + return glfwGetWin32Window(window); #elif defined(__linux__) // NOTE: Returned handle is: unsigned long Window (X.h) // typedef unsigned long XID; @@ -2213,7 +2213,7 @@ void SetMouseOffset(int offsetX, int offsetY) // NOTE: Useful when rendering to different size targets void SetMouseScale(float scaleX, float scaleY) { - mouseScale = (Vector2){ scaleX, scaleY }; + mouseScale = (Vector2){ scaleX, scaleY }; } // Returns mouse wheel movement Y |
