mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +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::Texture()
|
||||
: width(0)
|
||||
, height(0)
|
||||
, filter(getDefaultFilter())
|
||||
, wrap()
|
||||
, vertices()
|
||||
{
|
||||
}
|
||||
|
||||
Texture::~Texture()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user