We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d6bfb + 3fccb86 commit a82f448Copy full SHA for a82f448
1 file changed
libs/hwui/utils/Compare.h
@@ -28,7 +28,7 @@
28
*/
29
#define LTE_FLOAT(a) \
30
if (a < rhs.a) return true; \
31
- if (ALMOST_EQUAL(a, rhs.a))
+ if (a == rhs.a)
32
33
/**
34
* Compare integers.
0 commit comments