add parentheses

This commit is contained in:
Jupeyy 2018-01-16 09:41:06 +01:00
parent e9a2fc1d6e
commit 99bb1cc7db

View file

@ -49,7 +49,7 @@ class CMapLayers : public CComponent
public:
bool DoDraw()
{
return (bool)(m_IndexBufferByteOffset&0x80000000 != 0);
return (bool)((m_IndexBufferByteOffset&0x80000000) != 0);
}
void Draw(bool SetDraw)