Commit Graph
7 Commits
Author SHA1 Message Date
Patric DexheimerandGitHub 524d23d45d Update raylib.odin 2022-03-01 16:55:34 -03:00
Patric DexheimerandGitHub e9ee6f5291 Fixing bindings
https://github.com/raysan5/raylib/blob/master/src/raylib.h#L1179
2022-03-01 16:00:18 -03:00
Patric DexheimerandGitHub d7eabf571c Memory Leak
`dir` will leak memory if u use it with allocators that don´t care in freeing the memory at the end ( like arenas or the temp_allocator ) , because `strings.clone` and `strings.concatenate` are not using the passed allocator.
2022-02-20 02:10:34 -03:00
Patric DexheimerandGitHub 61bc963e92 GetMouseDelta 2021-11-17 19:03:01 -03:00
Patric DexheimerandGitHub 59b8748c2c Update thread_windows.odin 2020-10-31 02:40:52 -03:00
Patric DexheimerandGitHub 2231f02f61 Update thread_windows.odin
`n` was left over being always zero. But you want `win32.WaitForMultipleObjects` to be the number of threads to wait for which u already have with `j`.
2020-10-31 02:37:26 -03:00
Patric Dexheimer ff0bc3ccad minor details ;) 2019-12-24 11:50:26 -03:00