mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Remove qDebug
This commit is contained in:
parent
ba2f7d88ce
commit
52193fce38
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ void ImageOverlay::render(RenderArgs* args) {
|
|||
if (!_isLoaded && !_imageURL.isEmpty()) {
|
||||
_isLoaded = true;
|
||||
_renderImage = true;
|
||||
qDebug() << "Now loding texture for ImageOverlay";
|
||||
_texture = DependencyManager::get<TextureCache>()->getTexture(_imageURL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue