зеркало из https://github.com/mozilla/gecko-dev.git
Bug 952977: bustage fix on a CLOSED TREE to appease the compiler gods r=me
This commit is contained in:
Родитель
6cf4dc1afd
Коммит
19d209ac14
|
@ -625,7 +625,7 @@ public:
|
|||
|
||||
void NudgeToIntegersFixedEpsilon()
|
||||
{
|
||||
static const float error = 1e-5;
|
||||
static const float error = 1e-5f;
|
||||
NudgeToInteger(&_11, error);
|
||||
NudgeToInteger(&_12, error);
|
||||
NudgeToInteger(&_13, error);
|
||||
|
|
Загрузка…
Ссылка в новой задаче