Don melitonada la classe Asset
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
#include "param.h"
|
||||
|
||||
// Constructor
|
||||
GameLogo::GameLogo(Asset *asset, int x, int y)
|
||||
GameLogo::GameLogo(int x, int y)
|
||||
{
|
||||
// Copia los punteros
|
||||
screen = Screen::get();
|
||||
renderer = screen->getRenderer();
|
||||
this->asset = asset;
|
||||
asset = Asset::get();
|
||||
this->x = x;
|
||||
this->y = y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user