FIx typos
This commit is contained in:
parent
cadc7dd059
commit
dc4c69c0cb
@ -69,5 +69,4 @@ namespace MusicSelect {
|
||||
}
|
||||
return PanelLayout{markers, resources};
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -15,6 +15,6 @@ namespace MusicSelect {
|
||||
private:
|
||||
void draw(sf::RenderTarget& target, sf::RenderStates states) const override;
|
||||
const Resources::Marker& m_marker;
|
||||
std::optional<sf::Clock> selected_since;
|
||||
mutable std::optional<sf::Clock> selected_since;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user