Skip to content

Commit

Permalink
Add EnableCopyOnWrite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
colinator27 committed Nov 30, 2024
1 parent 0ca898a commit 7c2cd83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UndertaleModLib/Models/UndertaleGeneralInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,8 @@ public enum OptionsFlags : ulong
UseRearTouch = 0x2000000,
UseFastCollision = 0x4000000,
FastCollisionCompatibility = 0x8000000,
DisableSandbox = 0x10000000
DisableSandbox = 0x10000000,
EnableCopyOnWrite = 0x20000000
}

/// <summary>
Expand Down

0 comments on commit 7c2cd83

Please sign in to comment.