summaryrefslogtreecommitdiff
path: root/rotord/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-04-11 18:34:59 +0100
committerTim Redfern <tim@herge.(none)>2013-04-11 18:34:59 +0100
commit74d1f70bcde75dd1c1ef4d4a1673aa62014d4278 (patch)
tree9fdaa5c15dd6156b43b54cf860226a55ac13654a /rotord/rotor.h
parent4761b802f1378f830c74bdcd695d5f74a38a7ed6 (diff)
first attempt to output video craqshes
Diffstat (limited to 'rotord/rotor.h')
-rwxr-xr-xrotord/rotor.h2
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);
}
};