fix: file & type name mismatches fixed
This commit is contained in:
@@ -8,7 +8,7 @@ using YamlDotNet.Serialization;
|
||||
|
||||
namespace Engine.Serializers.Yaml;
|
||||
|
||||
public class Matrix4x4Converter : EngineTypeYamlSerializerBase<Matrix4x4>
|
||||
public class Matrix4x4Converter : EngineTypeYamlConverterBase<Matrix4x4>
|
||||
{
|
||||
private static readonly int SUBSTRING_START_LENGTH = nameof(Matrix4x4).Length + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user