Don melitonada la classe Asset
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#include <iostream>
|
||||
|
||||
// Constructor
|
||||
Instructions::Instructions(Asset *asset, Input *input, JA_Music_t *music)
|
||||
Instructions::Instructions(Input *input, JA_Music_t *music)
|
||||
{
|
||||
// Copia los punteros
|
||||
screen = Screen::get();
|
||||
this->asset = asset;
|
||||
this->input = input;
|
||||
this->music = music;
|
||||
screen = Screen::get();
|
||||
asset = Asset::get();
|
||||
renderer = screen->getRenderer();
|
||||
|
||||
// Crea objetos
|
||||
|
||||
Reference in New Issue
Block a user