floooh / sokol-tools

Command line tools for use with sokol headers
MIT License
229 stars 57 forks source link

fix array_count for jai generator #139

Closed NEO97online closed 2 months ago

NEO97online commented 2 months ago

the jai generator was missing a {} in uniform array_count, this fixes it.

floooh commented 2 months ago

Ah, same copy paste error that also slipped into the Zig code generator. I should probably also check the other generators :)

floooh commented 2 months ago

...yeah that same bug also slipped into the C, Odin and Rust generator. I'll fix those and then update the binaries.