UI editor work

This commit is contained in:
antopilo
2021-09-26 22:56:25 -04:00
parent 4d1e134eaa
commit 55ae840678
22 changed files with 835 additions and 411 deletions

View File

@@ -184,7 +184,7 @@ namespace Nuake {
auto& cam = ent.GetComponent<CameraComponent>();
Vector3 right = cam.CameraInstance->cameraRight;
Vector3 right = cam.CameraInstance->GetRight();
// set the slots
wrenSetSlotDouble(vm, 1, right.x);