updating libraries
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 4 May 2022 16:25:04 +0000 (11:25 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 4 May 2022 16:25:04 +0000 (11:25 -0500)
run_tree/lib/onyx_glfw3.so
run_tree/lib/onyx_openal.so
src/entity/editor.onyx
src/main.onyx

index d73d1198dd71f05dc6cc67b0c699cd53cb304998..618f6307f7b136e3200015e23ae9bcd5e7339852 100755 (executable)
Binary files a/run_tree/lib/onyx_glfw3.so and b/run_tree/lib/onyx_glfw3.so differ
index 7b8357933ac60f375b03645015e14b1993fca5ee..d853604de658d67dda22d0fce54c4c217c849cf3 100755 (executable)
Binary files a/run_tree/lib/onyx_openal.so and b/run_tree/lib/onyx_openal.so differ
index 8138f4c0b2a0ba59e2b40bb30c6390ca434cad70..47d57c8f697dbc6f0e83ac9719d1cbf03031f541 100644 (file)
@@ -644,5 +644,5 @@ editor_draw :: () {
 
     save_path: [..] u8;
 
-    custom_editors : Map(type_expr, (any, f32, f32, f32, f32, str) -> void);
+    custom_editors : Map(type_expr, #type (any, f32, f32, f32, f32, str) -> void);
 }
index dd1bb063dec05abc6c53a7f4b9cf1e3c8b12674c..a8ac1df525ad17f1a0a3b07e4219097b0d901397 100644 (file)
@@ -145,7 +145,7 @@ create_window :: () => {
     update_view_matrix(width, height);
 }
 
-main :: (args) => {
+main :: () {
     random.set_seed(os.time());
 
     debug_set_level(.Info);