mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-29 02:58:46 +02:00
fix typo
This commit is contained in:
parent
3893dff94f
commit
1a59f4a97c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
||||||
public:
|
public:
|
||||||
virtual const State&& getState() const { return getState<T>(*this); }
|
virtual const State&& getState() const { return getState<T>(*this); }
|
||||||
virtual const Bound&& getBound() const { return getBound<T>(*this); }
|
virtual const Bound&& getBound() const { return getBound<T>(*this); }
|
||||||
virtual void render(Context& context) { render<T>(this*, context); }
|
virtual void render(Context& context) { render<T>(*this, context); }
|
||||||
protected:
|
protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue