diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-11 18:34:59 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-11 18:34:59 +0100 |
| commit | 74d1f70bcde75dd1c1ef4d4a1673aa62014d4278 (patch) | |
| tree | 9fdaa5c15dd6156b43b54cf860226a55ac13654a /rotord/rotor.h | |
| parent | 4761b802f1378f830c74bdcd695d5f74a38a7ed6 (diff) | |
first attempt to output video craqshes
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index b0bfad2..4bba577 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -144,7 +144,7 @@ namespace Rotor { Time_spec(float _seconds,float _framerate){ seconds=_seconds; framerate=_framerate; }; float seconds; float framerate; - const Time_spec lastframe(){ + Time_spec lastframe(){ return Time_spec(seconds-(1.0f/framerate),framerate); } }; |
