Remove empty line
This commit is contained in:
parent
2ddb31016d
commit
108392217f
|
@ -565,7 +565,6 @@ void Bitmap::bindTexWithMatrix()
|
||||||
p->bindTextureWithMatrix();
|
p->bindTextureWithMatrix();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Bitmap::releaseResources()
|
void Bitmap::releaseResources()
|
||||||
{
|
{
|
||||||
gState->texPool().release(p->tex);
|
gState->texPool().release(p->tex);
|
||||||
|
|
Loading…
Reference in New Issue