game_logo.cpp: la textura de ARCADE EDITION gasta ara SDL_SCALEMODE_NEAREST
This commit is contained in:
@@ -35,6 +35,9 @@ void GameLogo::init()
|
||||
const auto xp = x_ - coffee_texture_->getWidth() / 2;
|
||||
const auto desp = getInitialVerticalDesp();
|
||||
|
||||
// Configura texturas
|
||||
SDL_SetTextureScaleMode(Resource::get()->getTexture("title_arcade_edition.png")->getSDLTexture(), SDL_SCALEMODE_NEAREST);
|
||||
|
||||
// Variables
|
||||
coffee_crisis_status_ = Status::DISABLED;
|
||||
arcade_edition_status_ = Status::DISABLED;
|
||||
|
||||
Reference in New Issue
Block a user