mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Updated sfPacket_CanRead in CSFML
This commit is contained in:
parent
94ab420dd3
commit
7bf0bdf161
@ -139,7 +139,8 @@ sfBool sfPacket_EndOfPacket(const sfPacket* packet)
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
sfBool sfPacket_CanRead(const sfPacket* packet)
|
sfBool sfPacket_CanRead(const sfPacket* packet)
|
||||||
{
|
{
|
||||||
CSFML_CALL_RETURN(packet, operator bool(), sfFalse);
|
CSFML_CHECK_RETURN(packet, sfFalse);
|
||||||
|
return packet->This ? sfTrue : sfFalse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user