Browse Source

extraneous entry

AzaezelX 4 years ago
parent
commit
1037b5d718
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/gui/controls/guiPopUpCtrlEx.h

+ 1 - 1
Engine/source/gui/controls/guiPopUpCtrlEx.h

@@ -128,7 +128,7 @@ class GuiPopUpMenuCtrlEx : public GuiTextCtrl
    };
 
    DECLARE_IMAGEASSET_ARRAY(GuiPopUpMenuCtrlEx, Bitmap, GFXDefaultGUIProfile, NumBitmapModes);
-   DECLARE_IMAGEASSET_ARRAY_SETGET(GuiPopUpMenuCtrlEx, Bitmap, NumBitmapModes);
+   DECLARE_IMAGEASSET_ARRAY_SETGET(GuiPopUpMenuCtrlEx, Bitmap);
 
    Point2I mBitmapBounds; //  Added