Ya coge los diamantes, aunque no los recuerda
This commit is contained in:
@@ -57,9 +57,9 @@ void Text::init()
|
||||
offset[i].y = ((i - 32) / 15) * boxHeight;
|
||||
}
|
||||
|
||||
printf("Cargando %s\n", file.c_str());
|
||||
const std::string texto = "w = "+ std::to_string(boxWidth) + ", h = " + std::to_string(boxHeight);
|
||||
printf("%s\n",texto.c_str());
|
||||
//printf("Cargando %s\n", file.c_str());
|
||||
//const std::string texto = "w = "+ std::to_string(boxWidth) + ", h = " + std::to_string(boxHeight);
|
||||
//printf("%s\n",texto.c_str());
|
||||
}
|
||||
|
||||
// Escribe texto en pantalla
|
||||
|
||||
Reference in New Issue
Block a user