Actually serialize doubles. Yikes.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4463 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-09-17 00:13:31 +00:00
parent b23b0ca239
commit e921b4a86a
3 changed files with 52 additions and 11 deletions

View File

@ -33,6 +33,7 @@ void tf_packetstream_destroy(tf_packetstream_t* stream)
{
tf_free(stream->buffer);
stream->buffer = NULL;
stream->buffer_size = 0;
}
if (stream->stream.data)
{