ftsf / nico

a Game Framework in Nim inspired by Pico-8.
MIT License
630 stars 36 forks source link

Cannot compile native backend on devel #49

Closed beef331 closed 3 years ago

beef331 commented 3 years ago

Using devel branch of the Nim compiler results in scancodes in the sdl2 backend to be ambigious halting compilation.

Error: ambiguous identifier: 'SCANCODE_LEFT' -- use one of the following:
  Scancode.SCANCODE_LEFT: Scancode
  Scancode.SCANCODE_LEFT: Scancode
ftsf commented 3 years ago

fixed in 0.4.5