mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
removed dependency from directory
This commit is contained in:
+8
-1
@@ -64,7 +64,14 @@ namespace vb01{
|
||||
glEnableVertexAttribArray(1);
|
||||
}
|
||||
|
||||
ParticleEmitter::~ParticleEmitter(){}
|
||||
ParticleEmitter::~ParticleEmitter(){
|
||||
glDeleteVertexArrays(1,&VAO);
|
||||
glDeleteBuffers(1,&VBO);
|
||||
|
||||
delete material;
|
||||
|
||||
delete[] particles;
|
||||
}
|
||||
|
||||
void ParticleEmitter::update(){
|
||||
Root *root=Root::getSingleton();
|
||||
|
||||
Reference in New Issue
Block a user