mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 03:32:37 +00:00
Fix #assert in opengl.odin
This commit is contained in:
@@ -8,7 +8,7 @@ when ODIN_OS == "windows" {
|
||||
|
||||
export "core:opengl_constants.odin"
|
||||
|
||||
(ODIN_OS != "osx");
|
||||
#assert(ODIN_OS != "osx");
|
||||
|
||||
@(default_calling_convention="c", link_prefix="gl")
|
||||
foreign lib {
|
||||
|
||||
Reference in New Issue
Block a user