removed useless engine hooks

replaces some div's to mul's
This commit is contained in:
jeefo 2015-06-22 21:32:29 +03:00
commit 65818243ec
8 changed files with 12 additions and 47 deletions

View file

@ -2322,7 +2322,7 @@ private:
int delta = 4;
if (m_allocatedSize > 64)
delta = m_allocatedSize / 2;
delta = m_allocatedSize * 0.5;
else if (m_allocatedSize > 8)
delta = 16;