Oops, fixed merge conflict typo.

This commit is contained in:
casey langen 2020-03-01 18:52:58 -08:00
parent 64ef948347
commit 2a5d947998

View File

@ -787,7 +787,7 @@ void Window::Clear() {
if (this->content == this->frame && this->frame) {
wbkgd_internal(this->frame, contentColor);
}
else if (this->frame && this->context) {
else if (this->frame && this->content) {
wbkgd_internal(this->frame, frameColor);
wbkgd_internal(this->frame, contentColor);
}