mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-06 20:16:34 +01:00
componets json with defaults, minor formatting
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace MM::Components {
|
||||
|
||||
struct ViewDir2D {
|
||||
float dir = 0.f; // rad
|
||||
float dir {0.f}; // rad
|
||||
};
|
||||
|
||||
} // MM::Components
|
||||
|
||||
Reference in New Issue
Block a user