mirror of https://github.com/axmolengine/axmol.git
Reverting AssetsManager::update.
This commit is contained in:
parent
22584ca9c2
commit
394f4e703b
|
@ -214,7 +214,7 @@ void AssetsManager::downloadAndUncompress()
|
|||
_isDownloading = false;
|
||||
}
|
||||
|
||||
void AssetsManager::update(float delta)
|
||||
void AssetsManager::update()
|
||||
{
|
||||
if (_isDownloading) return;
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ public:
|
|||
/* @brief Download new package if there is a new version, and uncompress downloaded zip file.
|
||||
* Ofcourse it will set search path that stores downloaded files.
|
||||
*/
|
||||
virtual void update(float delta) override;
|
||||
virtual void update();
|
||||
|
||||
/* @brief Gets url of package.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue