mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 17:23:15 +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:
|
||||
virtual const State&& getState() const { return getState<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:
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue