crush icon indicating copy to clipboard operation
crush copied to clipboard

2D Competitive Platform Game written using C++ / SFML

Results 2 crush issues
Sort by recently updated
recently updated
newest added

the state stack default view is updated, but then not passed down to existing states to correctly update the viewport.

adding ``` if (m_valueChanged) m_valueChanged(this); ``` to ui::Slider::handleEvent() under mouse handling fixes this

bug