summaryrefslogtreecommitdiff
path: root/rotord/rotor.h
diff options
context:
space:
mode:
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);
}
};