From ed4281071d79cfaa8cf1f131c7869d9fc4aec4fe Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:59:54 -0400 Subject: [PATCH] Update mxdsbuffer.h --- LEGO1/mxdsbuffer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/mxdsbuffer.h b/LEGO1/mxdsbuffer.h index 2c39285d..5dffdefa 100644 --- a/LEGO1/mxdsbuffer.h +++ b/LEGO1/mxdsbuffer.h @@ -4,8 +4,7 @@ #include "decomp.h" #include "mxcore.h" -enum MxDSBufferType -{ +enum MxDSBufferType { MxDSBufferType_Chunk = 0, MxDSBufferType_Allocate = 1, MxDSBufferType_Preallocated = 2,