mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Fix model preview in receiver tab (#3847)
This commit is contained in:
parent
b9972efb0d
commit
295aedbc79
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ receiver.initModelPreview = function () {
|
|||
};
|
||||
|
||||
receiver.renderModel = function () {
|
||||
if (this.keepRendering) {
|
||||
if (!this.keepRendering) {
|
||||
return;
|
||||
}
|
||||
requestAnimationFrame(this.renderModel.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue