tomoveu / libfixmath

Automatically exported from code.google.com/p/libfixmath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix16(const fix16_t inValue) should be removed

GoogleCodeExporter opened this issue · comments

Since fix16_t is just an integer, 

Fix16 a(1);

calls Fix16(const fix16_t inValue) and sets value instead of 1 instead of 
1*fix16_one.

Fix16(const fix16_t inValue) should be erased.

Original issue reported on code.google.com by yaron.ke...@gmail.com on 30 Jul 2014 at 2:20