1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

Fix whitespace

This commit is contained in:
unknown 2021-12-23 02:25:37 +02:00
parent 96f2e07fb8
commit 70c41dbfc3

View file

@ -181,9 +181,8 @@ namespace IDE.ui
} }
(*valuePtr).Add(bfError); (*valuePtr).Add(bfError);
} }
else { else
mResolveErrors.Add(bfError); mResolveErrors.Add(bfError);
}
mDataId++; mDataId++;
} }
@ -367,6 +366,7 @@ namespace IDE.ui
public override void Update() public override void Update()
{ {
base.Update(); base.Update();
if (!mVisible) if (!mVisible)
{ {
// Very dirty // Very dirty