mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
add parentheses
This commit is contained in:
parent
e9a2fc1d6e
commit
99bb1cc7db
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue