mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Change bool to b32
This commit is contained in:
Vendored
+1
-1
@@ -53,7 +53,7 @@ WindowHint_int :: proc "contextless" (hint: c.int, value: c.int) {
|
||||
glfw.WindowHint(hint, value)
|
||||
}
|
||||
|
||||
WindowHint_bool :: proc "contextless" (hint: c.int, value: bool) {
|
||||
WindowHint_bool :: proc "contextless" (hint: c.int, value: b32) {
|
||||
glfw.WindowHint(hint, cast(c.int) value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user