mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
why did i do that?
This commit is contained in:
parent
7349562111
commit
d979d02139
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public:
|
|||
|
||||
~GLBuffer();
|
||||
|
||||
virtual void transfer() {};
|
||||
virtual void transfer() = 0;
|
||||
|
||||
protected:
|
||||
GLBuffer(const std::weak_ptr<GLBackend>& backend, const Buffer& buffer, GLuint id);
|
||||
|
|
Loading…
Reference in a new issue