Open GoogleCodeExporter opened 8 years ago
I think those extra check are not necessary.
If m_updateConstraints is not empty then p will not be null.
And later gkConstraint* co = p[i++]; "co" will never be null neither (normally)
but you can add a GK_ASSERT to detect bug in debug build only so it will not
slow down release builds.
Original comment by xavier.thomas.1980@gmail.com
on 17 Mar 2011 at 7:57
Original issue reported on code.google.com by
bsd...@gmail.com
on 15 Mar 2011 at 8:30Attachments: