diff options
Diffstat (limited to 'cWiremesh.h')
-rw-r--r-- | cWiremesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cWiremesh.h b/cWiremesh.h index 17231a2..37df740 100644 --- a/cWiremesh.h +++ b/cWiremesh.h @@ -53,7 +53,7 @@ public: void rotate(sCoord3d _val); - void scale(int _scalar); + void scale(float _scalar); sCoord3d getPosition(); |