From 8844ed64c7d5560d83ff6c1d74a6116af1c5fd1c Mon Sep 17 00:00:00 2001 From: Miepee Date: Sun, 2 Jun 2024 12:56:46 +0200 Subject: [PATCH] Rename ClearDisplayBuffer to DoNotClearDisplayBuffer --- UndertaleModLib/Models/UndertaleRoom.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UndertaleModLib/Models/UndertaleRoom.cs b/UndertaleModLib/Models/UndertaleRoom.cs index 3730d0a48..2339a2ca7 100644 --- a/UndertaleModLib/Models/UndertaleRoom.cs +++ b/UndertaleModLib/Models/UndertaleRoom.cs @@ -30,9 +30,9 @@ public enum RoomEntryFlags : uint /// ShowColor = 2, /// - /// Whether the room should clear the display buffer. + /// Whether the room should not clear the display buffer. /// - ClearDisplayBuffer = 4, + DoNotClearDisplayBuffer = 4, /// /// Whether the room was made in Game Maker: Studio 2. ///