This commit is contained in:
tobid7 2022-04-10 10:19:58 +02:00
parent 0dab5c6599
commit aa5ca1a3f0

View File

@ -889,6 +889,7 @@ RenderD7::RSettings::~RSettings()
void RenderD7::RSettings::Draw(void) const
{
RenderD7::OnScreen(Top);
RenderD7::DrawRect(0, 0, 400, 30, RenderD7::Color::Hex("#111111"));
}
@ -903,7 +904,7 @@ void RenderD7::RSettings::Logic(u32 hDown, u32 hHeld, u32 hUp, touchPosition tou
}
void LoadSettings(){
void RenderD7::LoadSettings(){
RenderD7::Scene::Load(std::make_unique<RenderD7::RSettings>());
}