Minor formating fixes.
This commit is contained in:
parent
6f53b0c069
commit
4df668e68f
76 changed files with 121 additions and 121 deletions
|
|
@ -22,7 +22,7 @@ void RenderState::enableTexture(const Texture *texture)
|
|||
// Enable the new texture.
|
||||
if (texture) {
|
||||
texture->enable();
|
||||
}
|
||||
}
|
||||
// No texture selected.
|
||||
// Must unbind cached texture if set.
|
||||
else if (m_texture) {
|
||||
|
|
@ -49,4 +49,4 @@ void RenderState::cleanup()
|
|||
}
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue