diff options
| author | Ray <[email protected]> | 2024-02-18 11:59:40 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-02-18 11:59:40 +0100 |
| commit | e42e3188f57d8db51e0a14410242dcb5566dd9fb (patch) | |
| tree | 7f19b2a24979940a90dba175ebecdb964917c753 /src/rcore.c | |
| parent | c251e9309e066b9d2aa5ecbd15bcee45b9bef528 (diff) | |
| download | raylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.tar.gz raylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.zip | |
Remove some unneeded line breaks
Diffstat (limited to 'src/rcore.c')
| -rw-r--r-- | src/rcore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index 0cbe3c81..f4abe117 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -1694,7 +1694,6 @@ void WaitTime(double seconds) // NOTE: Functions with a platform-specific implementation on rcore_<platform>.c //void OpenURL(const char *url) - // Set the seed for the random number generator void SetRandomSeed(unsigned int seed) { |
