kevinw / raylib-odin

Odin bindings for the raylib gamedev library
The Unlicense
36 stars 3 forks source link

raygui gui_set_style uses _c.int and cant go above 0xffffb500 #6

Open Skytrias opened 5 years ago

Skytrias commented 5 years ago

i had to manually set it to the normal int type for it to accept it

Skytrias commented 5 years ago

'0xffffb500 = 4294948096' overflows 'i32'