VGUIView: add missing return
This commit is contained in:
parent
da194e8eed
commit
30903f7683
1 changed files with 3 additions and 0 deletions
|
@ -69,5 +69,8 @@ bool VGUIView::Input (float flEVType, float flKey, float flChar, float flDevID)
|
|||
|
||||
if (ret == true)
|
||||
return true;
|
||||
|
||||
} while (wNext);
|
||||
|
||||
return (ret);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue