fixed compiler warning
This commit is contained in:
parent
ef62d737fa
commit
cca1c2a769
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ bool button::process(int mousex, int mousey, bool button)
|
|||
return true;
|
||||
}
|
||||
break;
|
||||
case UNINIT:
|
||||
break;
|
||||
case ACTIVE:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue