Skip to content
Commit 16d4aea3 authored by Barth Netterfield's avatar Barth Netterfield
Browse files

Fix some qreal issues.

CCBUG: 342642

floating point values which count pixels or screen locations
can and should be qreal.

floating point values which are
involved with computational manipulation of the data
should be double, even though this is slower in ARM.

They shouldn't mix if it can be helped.
parent a352b8ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment