Fixing staging buffers not getting deleted
remove vgcore
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
using namespace Seele;
|
||||
|
||||
Entity::Entity(PScene scene)
|
||||
: identifier(scene->createEntity())
|
||||
, scene(scene)
|
||||
: scene(scene)
|
||||
, identifier(scene->createEntity())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user