Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomityGuy committed Mar 16, 2024
1 parent 07476e3 commit 5b05e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/source/core/MemoryStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <platform/platform.h>
MemoryStream::MemoryStream()
{
this->buffer = (U8*) dMalloc(256); new U8[256];
this->buffer = (U8*) dMalloc(256);
this->bufferSize = 256;
this->properSize = 0;
this->position = 0;
Expand Down

0 comments on commit 5b05e7b

Please sign in to comment.