Fix Lua API binding issue for UIComponent.

Close #2539
This commit is contained in:
Yao Wei Tjong 姚伟忠 2019-11-04 20:51:19 +08:00
parent a773601820
commit 42a9cb4e6f
No known key found for this signature in database
GPG Key ID: 8C8F45FBA88EEDC6

View File

@ -5,6 +5,10 @@ $#include "Graphics/Material.h"
$#include "Graphics/Texture2D.h"
$#include "Graphics/StaticModel.h"
class UIElement3D : public UIElement
{
}
class UIComponent : public Component
{
UIComponent();