fix: act method not called in iframe sub-nodes
This commit is contained in:
parent
04b02323bb
commit
d3c45fbabc
@ -36,6 +36,7 @@ void InlineFrame::setDocument(const std::shared_ptr<UiDocument>& document) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void InlineFrame::act(float delta) {
|
void InlineFrame::act(float delta) {
|
||||||
|
Container::act(delta);
|
||||||
if (document || src.empty()) {
|
if (document || src.empty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user