Started work on audio manager

Implemented soloud
This commit is contained in:
Antoine Pilote
2023-04-02 22:35:40 -04:00
parent 0bf4c2cb18
commit 1532724a5d
11 changed files with 164 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ namespace Nuake {
wrenGetSlotDouble(vm, 5),
wrenGetSlotDouble(vm, 6));
RaycastResult result = PhysicsManager::Get()->Raycast(v1, v2);
RaycastResult result = PhysicsManager::Get().Raycast(v1, v2);
wrenSetSlotNewList(vm, 0);
// Returns a list with 3 vectors placed sequentially