Fixed serialization bug with entity id
This commit is contained in:
@@ -53,7 +53,7 @@ Renderable :: struct {
|
||||
MAX_CHILDREN :: 16;
|
||||
|
||||
Entity :: struct {
|
||||
id: Entity_Id; @Hide
|
||||
id: Entity_Id; @Hide @DontSerialize
|
||||
type : Type;
|
||||
|
||||
enabled: bool = true;
|
||||
|
||||
Reference in New Issue
Block a user