mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-29 19:20:28 +00:00
Oops, fixed merge conflict typo.
This commit is contained in:
parent
64ef948347
commit
2a5d947998
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user