scope nested component props without deep copies
This commit is contained in:
+3
-3
@@ -12,11 +12,11 @@ struct DValue {
|
||||
char type = 'S';
|
||||
|
||||
String _String;
|
||||
f64 _float;
|
||||
f64 _float = 0;
|
||||
s64 _array_index = 0;
|
||||
bool _bool;
|
||||
bool _bool = false;
|
||||
bool _list_mode = false;
|
||||
void* _ptr;
|
||||
void* _ptr = 0;
|
||||
std::map<String, DValue> _map;
|
||||
|
||||
// Read accessors are const and never create or modify nodes. The to_*
|
||||
|
||||
Reference in New Issue
Block a user