some improvements

This commit is contained in:
Kolyah35
2026-03-02 23:17:13 +03:00
parent f0617a5d22
commit a86d333478
11 changed files with 49 additions and 31 deletions

View File

@@ -112,10 +112,10 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) {
unsigned int max = 10;
bool isChatting = false;
renderChatMessages(screenHeight, max, isChatting, font);
#if !defined(RPI)
#ifndef PLATFORM_DESKTOP
renderOnSelectItemNameText(screenWidth, font, ySlot);
#endif
#if defined(RPI)
#ifdef PLATFORM_DESKTOP
renderDebugInfo();
#endif