Skip to content

Commit

Permalink
fix: transparency works properly again
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkittyy committed Oct 24, 2022
1 parent f1f2306 commit b4e4876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/states/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void edit::update(fsm* sm, sf::Time dt) {
}

// DRAW
m_rt.clear(sf::Color::Transparent);
m_rt.clear(bg());
m_rt.draw(m_border);
if (!m_test_playing()) {
m_rt.draw(m_level);
Expand Down

0 comments on commit b4e4876

Please sign in to comment.