- Various fixes to make mountaingum work
This commit is contained in:
@@ -456,7 +456,7 @@ static void updateCountList(){
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static int CounterCallback(int iEvent, void *eventData, void *userData,
|
||||
commandContext cc){
|
||||
if(iEvent == MONITOR || iEvent == COUNTEND || iEvent == COUNTSTART){
|
||||
if(iEvent == MONITOR || iEvent == COUNTEND){
|
||||
updateCountList();
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user