mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Fixed build error involving IrisEngineInfo
This commit is contained in:
@@ -15,6 +15,10 @@ namespace Microsoft.Iris.Render.Common
|
||||
private IrisEngineInfo m_engineInfo;
|
||||
|
||||
internal RenderObject() => this.m_fObjectDisposed = false;
|
||||
protected RenderObject(IrisEngineInfo engineInfo) : this()
|
||||
{
|
||||
m_engineInfo = engineInfo;
|
||||
}
|
||||
|
||||
~RenderObject()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user