Fixed heissenbug caused by quat initialization and added sound server.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ enum class light_type {
|
||||
};
|
||||
|
||||
struct light_node : scene_node {
|
||||
light_node(light_type type);
|
||||
explicit light_node(light_type type);
|
||||
|
||||
void calculate_local_transform() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user