Fixed heissenbug caused by quat initialization and added sound server.

This commit is contained in:
2023-04-24 11:24:26 +03:00
parent 9de9f2a9e7
commit fc3095a1a5
44 changed files with 1132 additions and 409 deletions
+1 -1
View File
@@ -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;