mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02:00
CR feedback; whitespace / remove unnecessary diffs
This commit is contained in:
parent
f8fe06213d
commit
058e4d1926
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public:
|
|||
/// Returns a reference to the shared collision geometry.
|
||||
const Geometry::Pointer& getCollisionGeometry() const { return _collisionGeometry; }
|
||||
|
||||
const QVariantMap getTextures() const { assert(isLoaded()); return getGeometry()->getTextures(); }
|
||||
const QVariantMap getTextures() const { assert(isLoaded()); return _renderGeometry->getTextures(); }
|
||||
Q_INVOKABLE virtual void setTextures(const QVariantMap& textures);
|
||||
|
||||
/// Provided as a convenience, will crash if !isLoaded()
|
||||
|
|
Loading…
Reference in a new issue