imasiprojects / ImasiEngine

3D Engine Library, by Imasi
2 stars 1 forks source link

Fix empty bodies #23

Closed ivancea closed 8 years ago

ivancea commented 8 years ago

Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).


ColorTexture2D::~ColorTexture2D()
{

}

to

ColorTexture2D::~ColorTexture2D()
{
}