diff --git a/src/nodes/Networking/Macro.js b/src/nodes/Networking/Macro.js index 3cc1f92..a553359 100644 --- a/src/nodes/Networking/Macro.js +++ b/src/nodes/Networking/Macro.js @@ -229,6 +229,7 @@ x3dom.registerNodeType( x3dom.debug.logInfo('Inline: downloading '+that._vf.url[0]+' done.'); that.loadExternalSuccess(xhr); + that._nameSpace.doc.downloadCount -= 1; that.fireEvents("load"); return xhr; };