Voxel Game Engine
Go to file
Eric-Paul Ickhorn 0408d19a72 Fix pool allocator
The pool allocator would only allocate one item and then stop, its
allocation wasn't reset correctly because of a comparison operator
being the wrong way around.
2024-09-11 11:40:58 +02:00
dependencies Add GLAD OpenGL - function-loader library 2024-09-09 21:29:17 +02:00
modules Fix pool allocator 2024-09-11 11:40:58 +02:00
scripts Add GLAD OpenGL - function-loader library 2024-09-09 21:29:17 +02:00
.gitignore Elaborate the root .gitignore 2024-09-09 21:37:16 +02:00