Skip to content

Commit

Permalink
Merge pull request #1985 from UnderminersTeam/copy-on-write-flag
Browse files Browse the repository at this point in the history
Add EnableCopyOnWrite flag
  • Loading branch information
Miepee authored Dec 1, 2024
2 parents b8587ce + 7c2cd83 commit 68f06d7
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 68f06d7

Please sign in to comment.