Closed alanwillms closed 9 years ago
When I try to use SF::Time::Zero I get:
SF::Time::Zero
in ./src/crsfml/system.cr:132: undefined method 'milliseconds' Zero = milliseconds(0)
Workaround: calling SF.milliseconds(0) instead of the above.
SF.milliseconds(0)
Thank you
When I try to use
SF::Time::Zero
I get:Workaround: calling
SF.milliseconds(0)
instead of the above.