mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
add parentheses
This commit is contained in:
parent
e9a2fc1d6e
commit
99bb1cc7db
|
@ -49,7 +49,7 @@ class CMapLayers : public CComponent
|
||||||
public:
|
public:
|
||||||
bool DoDraw()
|
bool DoDraw()
|
||||||
{
|
{
|
||||||
return (bool)(m_IndexBufferByteOffset&0x80000000 != 0);
|
return (bool)((m_IndexBufferByteOffset&0x80000000) != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Draw(bool SetDraw)
|
void Draw(bool SetDraw)
|
||||||
|
|
Loading…
Reference in a new issue