Refactor Audio Backend to support single listener only
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
#pragma once
|
||||
|
||||
#define METERS_TO_UNITS(meters) (meters * 100.0f)
|
||||
#define UNITS_TO_METERS(units) (units * 0.01f)
|
||||
#define UNITS_TO_METERS_SCALE 0.01f
|
||||
|
||||
Reference in New Issue
Block a user