ja es pot escriure en la consola
This commit is contained in:
@@ -445,7 +445,7 @@ void Screen::renderInfo() const {
|
||||
|
||||
const int LINE_HEIGHT = text_->getCharacterSize() - 3;
|
||||
const int X = 0;
|
||||
int y = 0;
|
||||
int y = (Console::get() != nullptr) ? Console::get()->getVisibleHeight() : 0;
|
||||
|
||||
// FPS
|
||||
const std::string FPS_TEXT = std::to_string(fps_.last_value) + " fps";
|
||||
|
||||
Reference in New Issue
Block a user