Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -46,7 +46,7 @@ void cCamera::SaveImage( const cString& fileName, const cString& dir /*= ""*/ )
cRenderer::Inst().SaveTexture(mp_texture, fileName, dir);
}
///Sets
/// Sets
void cCamera::setXPosandYPos( const signed long int xPos /*= 0*/, const signed long int yPos /*= 0*/ )
{
m_position.x = Sint16(xPos);
@@ -71,7 +71,7 @@ void cCamera::setTexture( SDL_Texture* texture )
cRenderer::Inst().CopyTexture(texture, mp_texture);
}
///Gets
/// Gets
const unsigned long int cCamera::getXPos() const
{
return m_position.x;