mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-18 03:32:01 +00:00
Improve code
This commit is contained in:
parent
f5c83d0609
commit
5e18d43a6b
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ bool CGEditor::ProcessEvents(){
|
||||||
HandleEvent(e);
|
HandleEvent(e);
|
||||||
processed=true;
|
processed=true;
|
||||||
}
|
}
|
||||||
status.Events.clear();
|
if(processed)
|
||||||
|
status.Events.clear();
|
||||||
return processed;
|
return processed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue