Fix compilation
This commit is contained in:
parent
665512402c
commit
bca94e0955
|
|
@ -605,7 +605,7 @@ namespace Nz
|
||||||
template<typename T>
|
template<typename T>
|
||||||
bool Serialize(SerializationContext& context, const BoundingVolume<T>& boundingVolume, TypeTag<BoundingVolume<T>>)
|
bool Serialize(SerializationContext& context, const BoundingVolume<T>& boundingVolume, TypeTag<BoundingVolume<T>>)
|
||||||
{
|
{
|
||||||
if (!Serialize(context, static_cast<UInt8>(boundingVolume.extend)>))
|
if (!Serialize(context, static_cast<UInt8>(boundingVolume.extend)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!Serialize(context, boundingVolume.aabb))
|
if (!Serialize(context, boundingVolume.aabb))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue