mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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