fixed typo in prev. commit
This commit is contained in:
parent
cb74a228dc
commit
b4a5cebc77
@ -18,7 +18,7 @@ inline ByteBuffer& operator<<(ByteBuffer& bb, WorldPosition p)
|
||||
bb << p.x << p.y << p.z << p.o;
|
||||
return bb;
|
||||
}
|
||||
inline ByteBuffer& operator>>(ByteBuffer& bb, WorldPosition p)
|
||||
inline ByteBuffer& operator>>(ByteBuffer& bb, WorldPosition& p)
|
||||
{
|
||||
bb >> p.x >> p.y >> p.z >> p.o;
|
||||
return bb;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user