diff options
Diffstat (limited to 'rotord/src')
| -rw-r--r-- | rotord/src/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 608f02a..57245d9 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -234,7 +234,7 @@ namespace Rotor { } double Rdouble(){ return ((double)r)/255.0; - } + } double Gdouble(){ return ((double)g)/255.0; } |
