oprypin / crsfml

Crystal bindings to SFML multimedia/game library
https://oprypin.github.io/crsfml
zlib License
350 stars 14 forks source link

SF::Time::Zero doesn't work #5

Closed alanwillms closed 9 years ago

alanwillms commented 9 years ago

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.

alanwillms commented 9 years ago

Thank you