Fixed compilation errors

This commit is contained in:
KiritoDev 2021-06-07 21:02:20 -05:00
parent 6b59aef94d
commit b394edcaaa
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ void MoonOptMain::Draw(){
MoonDrawButton(5, GetScreenHeight() - 24, "Change value", basePath, 16, 0, false);
}
MoonDrawButton(7, pGetScreenHeight() - 24, this->selected == NULL ? "Select" : "Back", this->selected == NULL ? "textures/moon/controller/a-alt-btn.rgba16" : "textures/moon/controller/b-alt-btn.rgba16", 10, 4, true);
MoonDrawButton(7, GetScreenHeight() - 24, this->selected == NULL ? "Select" : "Back", this->selected == NULL ? "textures/moon/controller/a-alt-btn.rgba16" : "textures/moon/controller/b-alt-btn.rgba16", 10, 4, true);
MoonScreen::Draw();
}

View File

@ -1,4 +1,4 @@
.0#ifdef CAPI_SDL2
#ifdef CAPI_SDL2
#include <stdio.h>
#include <stdint.h>