Actualizada la librería sprite.h

This commit is contained in:
2022-08-08 19:25:03 +02:00
parent a180f1db46
commit c5acab7828
7 changed files with 280 additions and 55 deletions

View File

@@ -212,7 +212,7 @@ bool Director::initSDL()
void Director::initObjects()
{
eventHandler = new SDL_Event();
text.white = new Text();
text.white = new Text("",nullptr,nullptr);
}
// Borra los objetos del programa