Don't show special buffers, misc
This commit is contained in:
@@ -392,9 +392,8 @@ void OnCommand(Event event) {
|
||||
|
||||
For (CommandFunctions) {
|
||||
if (it.trigger && MatchEvent(it.trigger, &event)) {
|
||||
double start = GetTimeSeconds();
|
||||
ProfileScopeEx(it.name.data, (int)it.name.len);
|
||||
it.function();
|
||||
ReportConsolef("%S: %f", it.name, GetTimeSeconds() - start);
|
||||
LastExecutedCommand = it.function;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user