Merge "fix the float Rect in OpenGLRenderer to handle NANs"
This commit is contained in:
commit
9f30332325
@ -27,7 +27,7 @@ namespace android {
|
||||
class Rect : public ARect
|
||||
{
|
||||
public:
|
||||
typedef int32_t value_type;
|
||||
typedef ARect::value_type value_type;
|
||||
|
||||
// we don't provide copy-ctor and operator= on purpose
|
||||
// because we want the compiler generated versions
|
||||
|
Loading…
Reference in New Issue
Block a user