Accidentally deleted more than I should have

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-09-18 02:44:29 -03:00
parent cf7342f8b7
commit e6221638e3
+9
View File
@@ -27,6 +27,15 @@ namespace graphics
Texture::Filter Texture::defaultFilter;
Texture::Texture()
: width(0)
, height(0)
, filter(getDefaultFilter())
, wrap()
, vertices()
{
}
Texture::~Texture()
{
}