From: Brendan Hansen Date: Wed, 4 May 2022 16:25:04 +0000 (-0500) Subject: updating libraries X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=8805e6a4cb0b09671886b0b31290c6d29dfcde93;p=bar-game.git updating libraries --- diff --git a/run_tree/lib/onyx_glfw3.so b/run_tree/lib/onyx_glfw3.so index d73d119..618f630 100755 Binary files a/run_tree/lib/onyx_glfw3.so and b/run_tree/lib/onyx_glfw3.so differ diff --git a/run_tree/lib/onyx_openal.so b/run_tree/lib/onyx_openal.so index 7b83579..d853604 100755 Binary files a/run_tree/lib/onyx_openal.so and b/run_tree/lib/onyx_openal.so differ diff --git a/src/entity/editor.onyx b/src/entity/editor.onyx index 8138f4c..47d57c8 100644 --- a/src/entity/editor.onyx +++ b/src/entity/editor.onyx @@ -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); } diff --git a/src/main.onyx b/src/main.onyx index dd1bb06..a8ac1df 100644 --- a/src/main.onyx +++ b/src/main.onyx @@ -145,7 +145,7 @@ create_window :: () => { update_view_matrix(width, height); } -main :: (args) => { +main :: () { random.set_seed(os.time()); debug_set_level(.Info);