mirror of
https://gitlab.com/voidframe/voidframe-cpp.git
synced 2026-06-28 19:35:12 -04:00
Add a barebones Entity::Update()
This commit is contained in:
@@ -1 +1,7 @@
|
|||||||
#include "../include/entity.h"
|
#include "../include/entity.h"
|
||||||
|
|
||||||
|
void Entity::Update() {
|
||||||
|
for (auto &comp : components) {
|
||||||
|
comp.get()->Update();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user