mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Serialize isSolid on BSP component
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Nuake {
|
||||
j["Meshes"][i] = Meshes[i]->Serialize();
|
||||
}
|
||||
|
||||
j["IsSolid"] = IsSolid;
|
||||
END_SERIALIZE();
|
||||
}
|
||||
|
||||
@@ -45,7 +46,10 @@ namespace Nuake {
|
||||
{
|
||||
BEGIN_DESERIALIZE();
|
||||
|
||||
|
||||
if (j.contains("IsSolider"))
|
||||
{
|
||||
IsSolid = j["IsSolid"];
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user