mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-09 22:56:52 +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);
|
||||
processed=true;
|
||||
}
|
||||
status.Events.clear();
|
||||
if(processed)
|
||||
status.Events.clear();
|
||||
return processed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue