mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-18 14:53:11 +08:00
Audio dat.rel to XML conversion
This commit is contained in:
@@ -418,7 +418,7 @@ namespace CodeWalker.Project.Panels
|
||||
uint flags = 0;
|
||||
if (uint.TryParse(Flags0TextBox.Text, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out flags))
|
||||
{
|
||||
if (CurrentRoom.Flags0.Value != flags)
|
||||
if (CurrentRoom.Flags0 != flags)
|
||||
{
|
||||
CurrentRoom.Flags0 = flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user