1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +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);
}
else {
mResolveErrors.Add(bfError);
}
else
mResolveErrors.Add(bfError);
mDataId++;
}
@ -367,6 +366,7 @@ namespace IDE.ui
public override void Update()
{
base.Update();
if (!mVisible)
{
// Very dirty