More tweaks to base-writer
This commit is contained in:
@@ -169,7 +169,6 @@ void StreamBuffer::read_bytes_into(char *data, int64_t size) {
|
||||
read_cursor_ += size;
|
||||
}
|
||||
|
||||
|
||||
void StreamBuffer::write_xyz(const util::XYZ &xyz) {
|
||||
make_space(12);
|
||||
memcpy(write_cursor_, &xyz.x, 4);
|
||||
|
||||
Reference in New Issue
Block a user