Añadida la paleta de spectrum

This commit is contained in:
2022-09-05 10:15:07 +02:00
parent 73d394388b
commit 87d7bd03ff
11 changed files with 184 additions and 81 deletions

View File

@@ -180,5 +180,5 @@ int Text::getCharacterWidth()
// Recarga la textura
void Text::reLoadTexture()
{
texture->reLoad();
texture->reLoad();
}