mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- made ListMenuItem.DrawSelector virtual.
This commit is contained in:
parent
6870efe134
commit
224219dd66
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
class ListMenuItem : MenuItemBase
|
||||
{
|
||||
void DrawSelector(double xofs, double yofs, TextureID tex)
|
||||
virtual void DrawSelector(double xofs, double yofs, TextureID tex)
|
||||
{
|
||||
if (tex.isNull())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue