Build option for Lua events that is off by default.

This commit is contained in:
jussi
2024-02-10 21:06:09 +02:00
parent eda4eacfce
commit 6557a2ebca
11 changed files with 29 additions and 13 deletions

View File

@@ -2,6 +2,9 @@ Current {
}
Backlog {
* Godot scene importer lib.
* Script to find unimplemented raylib functions. Should have list for fuctions that will not
be implemented.
* Raygui lib
* Check if could remove flickering from changing draw order by making queue for order changing and only
change them after everything is drawn.
@@ -22,6 +25,7 @@ Backlog {
}
Bugs {
* glfwSet*Callback functions segfault on Windows. Should keep Lua events off.
}
Needs Testing {