oprypin / crsfml

Crystal bindings to SFML multimedia/game library

Home Page:https://oprypin.github.io/crsfml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SF::Time::Zero doesn't work

alanwillms opened this issue · comments

When I try to use SF::Time::Zero I get:

in ./src/crsfml/system.cr:132: undefined method 'milliseconds'

    Zero = milliseconds(0)

Workaround: calling SF.milliseconds(0) instead of the above.

Thank you