mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Raylib workaround: Fix comment typo
This commit is contained in:
Vendored
+1
-1
@@ -1191,7 +1191,7 @@ foreign lib {
|
|||||||
IsMouseButtonReleased :: proc(button: MouseButton) -> bool --- // Detect if a mouse button has been released once
|
IsMouseButtonReleased :: proc(button: MouseButton) -> bool --- // Detect if a mouse button has been released once
|
||||||
|
|
||||||
when VERSION != "5.0" {
|
when VERSION != "5.0" {
|
||||||
#panic("IsMouseButtonUp was broken in Raylib 5.0 but should be fixed in Raylib > 5.1. Remove this panic and the when clause around it and also remove the workaround version of IsMouseButtonUp just after the end of the 'foreign lib {' block ends.")
|
#panic("IsMouseButtonUp was broken in Raylib 5.0 but should be fixed in Raylib > 5.0. Remove this panic and the when clause around it and also remove the workaround version of IsMouseButtonUp just after the end of the 'foreign lib {' block ends.")
|
||||||
IsMouseButtonUp :: proc(button: MouseButton) -> bool ---
|
IsMouseButtonUp :: proc(button: MouseButton) -> bool ---
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user