More tweaks to base-writer

This commit is contained in:
2023-07-25 16:22:51 -04:00
parent a38f40e388
commit b9c64fcffb
4 changed files with 40 additions and 38 deletions

View File

@@ -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);