fixed clone bug
This commit is contained in:
parent
57c6d122a8
commit
1cf5765152
@ -193,4 +193,5 @@ PhongEntity* PhongEntity::clone()
|
||||
myClone->nb_buffers = nb_buffers;
|
||||
myClone->vao = vao;
|
||||
myClone->vbo = vbo;
|
||||
return myClone;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user