Start to work on support for various controllers

This commit is contained in:
2021-08-31 10:18:13 +02:00
parent f916381a9b
commit 8e6d546b97
4 changed files with 18 additions and 13 deletions

View File

@@ -143,6 +143,7 @@ void Text::initOffsetFromFile()
if (rfile.is_open() && rfile.good())
{
std::string buffer;
printf("Reading %s file\n", mFile.c_str());
// Lee los dos primeros valores del fichero
std::getline(rfile, buffer);