diff options
author | jonas <himself@jonasgunz.de> | 2019-01-15 10:49:31 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-01-15 10:49:31 +0100 |
commit | eb396e54d6c073ad69b52660fb0bd9c6dd74c58a (patch) | |
tree | cd27b4e147f26ae1ee1c1321bbdcefde3df3a3a3 /cWiremesh.h | |
parent | 60ea1ae7257d60d3ee05f1b9d412a1bd441db7cb (diff) | |
download | termgl-eb396e54d6c073ad69b52660fb0bd9c6dd74c58a.tar.gz |
cleanup
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(); |