bignsyd / gqe

Automatically exported from code.google.com/p/gqe
MIT License
0 stars 0 forks source link

Clock issues with GetElapsedTime() in SFML 2.0 #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SFML 2.0 uses AsSeconds() instead of GetElapsedTime() for sf::Clock.

Throws compile error.

Using GQE 0.13 with SFML 2.0

Basically, in SFML 2.0 it needs to be AsSeconds(). Probably a simple fix, just 
thought I would let you know.

Original issue reported on code.google.com by cloudncali@gmail.com on 4 Feb 2012 at 3:17

GoogleCodeExporter commented 9 years ago
Thanks for the heads up, this has now been fixed in Version 0.14.0.

Original comment by RyanLind...@gmail.com on 12 Feb 2012 at 1:03