mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 11:46:36 +02:00
componets json with defaults, minor formatting
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
namespace MM::Components {
|
||||
struct Name {
|
||||
static const size_t max_str_len = 64;
|
||||
static const size_t max_str_len {64u};
|
||||
std::string str;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user