Increase of precision of perspective parameters in UI (issue 1781)

pp3 version change to 307
This commit is contained in:
michael
2013-03-16 19:24:25 -04:00
parent 87ffd572b2
commit c32e2fc20a
4 changed files with 16 additions and 9 deletions

View File

@@ -565,8 +565,8 @@ public:
class PerspectiveParams {
public:
int horizontal;
int vertical;
double horizontal;
double vertical;
};
/**