[fix] Fixed an issue that the clipping post effect was broken.

This commit is contained in:
2019-10-09 00:00:00 +00:00
parent 5a7e710a1a
commit b4690f9603
2 changed files with 7 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ int main(string[] args) {
"nearness: %f (%f)".writefln(dmg.nearness, beat);
}
gl.Clear(GL_COLOR_BUFFER_BIT);
context.StartDrawing();
context.DrawBackground();