Made Texture constructor consistent
Former-commit-id: 92be798524a48cb979c09fa04558602bf3717391
This commit is contained in:
@@ -191,13 +191,7 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
NzTexture::NzTexture() :
|
||||
m_impl(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
NzTexture::NzTexture(const NzImage& image) :
|
||||
m_impl(nullptr)
|
||||
NzTexture::NzTexture(const NzImage& image)
|
||||
{
|
||||
LoadFromImage(image);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user