mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 11:38:49 -04:00
JAudio2 debug (#2996)
This commit is contained in:
@@ -245,9 +245,9 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
T* operator*() const { return this->getObject(); }
|
||||
T* operator*() const { return mTree->getObject(); }
|
||||
|
||||
T* operator->() const { return this->getObject(); }
|
||||
T* operator->() const { return mTree->getObject(); }
|
||||
|
||||
private:
|
||||
JSUTree<T>* mTree;
|
||||
|
||||
Reference in New Issue
Block a user