mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +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);
|
||||
}
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue