not make UrpLitContext sealed

This commit is contained in:
Masataka SUMI
2024-08-02 13:43:12 +09:00
parent 30756a2fb5
commit e27a20b348

View File

@@ -15,7 +15,7 @@ namespace UniGLTF
/// - Environment Reflections Toggle
/// - Sorting Priority
/// </summary>
public sealed class UrpLitContext
public class UrpLitContext
{
private readonly Material _mat;