Refactor editor window synchronization flow
This commit is contained in:
@@ -40,7 +40,7 @@ namespace XCEngine.Rendering.Universal
|
||||
return m_runtimeStateVersion;
|
||||
}
|
||||
|
||||
internal void CreateInstance()
|
||||
protected internal void CreateInstance()
|
||||
{
|
||||
if (m_runtimeCreated)
|
||||
{
|
||||
@@ -243,7 +243,7 @@ namespace XCEngine.Rendering.Universal
|
||||
}
|
||||
}
|
||||
|
||||
internal static class RuntimeStateHashUtility
|
||||
public static class RuntimeStateHashUtility
|
||||
{
|
||||
public static int Combine(
|
||||
int hash,
|
||||
|
||||
Reference in New Issue
Block a user