Fixed some uninitialized variables

This commit is contained in:
Lynix
2018-06-09 13:59:35 +02:00
parent 843e5545b6
commit 0bea301a48
4 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace Ndk
public:
using RenderableList = std::vector<Nz::InstancedRenderableRef>;
GraphicsComponent();
inline GraphicsComponent();
inline GraphicsComponent(const GraphicsComponent& graphicsComponent);
~GraphicsComponent() = default;