mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Fix whitespace
This commit is contained in:
parent
96f2e07fb8
commit
70c41dbfc3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue