Skip to content

Commit

Permalink
[Physics] Rollback unused serialization workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Eideren committed May 27, 2019
1 parent 28de894 commit 79ef2b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ public override void Serialize(ref T obj, ArchiveMode mode, SerializationStream
else
{
// No real case yet
//throw new NotSupportedException();
throw new NotSupportedException();
}
}
}
Expand Down

0 comments on commit 79ef2b1

Please sign in to comment.