forked from jaildesigner-jailgames/jaildoctors_dilemma
Borradas clases que no se utilizaban
This commit is contained in:
@@ -52,7 +52,7 @@ Item::~Item()
|
||||
}
|
||||
|
||||
// Pinta el objeto en pantalla
|
||||
void Item::draw()
|
||||
void Item::render()
|
||||
{
|
||||
const int index = (counter / 2) % color.size();
|
||||
sprite->getTexture()->setColor(color[index].r, color[index].g, color[index].b);
|
||||
|
||||
Reference in New Issue
Block a user