mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Accidentally deleted more than I should have
--HG-- branch : minor
This commit is contained in:
@@ -27,6 +27,15 @@ namespace graphics
|
|||||||
|
|
||||||
Texture::Filter Texture::defaultFilter;
|
Texture::Filter Texture::defaultFilter;
|
||||||
|
|
||||||
|
Texture::Texture()
|
||||||
|
: width(0)
|
||||||
|
, height(0)
|
||||||
|
, filter(getDefaultFilter())
|
||||||
|
, wrap()
|
||||||
|
, vertices()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
Texture::~Texture()
|
Texture::~Texture()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user