__
This commit is contained in:
parent
0dab5c6599
commit
aa5ca1a3f0
@ -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>());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user