|
@@ -957,6 +957,7 @@ impl Stage {
|
|
|
method_queue2.lock().push((epoch, method));
|
|
method_queue2.lock().push((epoch, method));
|
|
|
// If ReplaceGfxDrawCall then wake up miniquad
|
|
// If ReplaceGfxDrawCall then wake up miniquad
|
|
|
if is_replace_dc {
|
|
if is_replace_dc {
|
|
|
|
|
+ #[cfg(target_os = "android")]
|
|
|
miniquad::window::schedule_update();
|
|
miniquad::window::schedule_update();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|