erithtotl / wall-height

New fork of original project for continued improvements.
https://github.com/erithtotl/wall-height
GNU General Public License v3.0
6 stars 9 forks source link

Feature Request: Support decimal value in Set Elevation macro #7

Closed ariakas2008 closed 3 years ago

ariakas2008 commented 3 years ago

Currently, the value passed as args to the macro is rounded to the integer. I have some scene where I need to give it a decimal (for example, 4.5 meters). Changing parseInt to parseFloat would solve it :)

erithtotl commented 3 years ago

This will be in the new release today!