Fixed compilation error
Former-commit-id: a88d418a78a1fed1606064898f4f191a3ac9ca53
This commit is contained in:
parent
c688b3f363
commit
722fba5d0c
|
|
@ -68,7 +68,7 @@ bool NzGraphics::Initialize()
|
||||||
NzRenderTechniques::Register(NzRenderTechniques::ToString(nzRenderTechniqueType_DeferredShading), 20, []() -> NzAbstractRenderTechnique* { return new NzDeferredRenderTechnique; });
|
NzRenderTechniques::Register(NzRenderTechniques::ToString(nzRenderTechniqueType_DeferredShading), 20, []() -> NzAbstractRenderTechnique* { return new NzDeferredRenderTechnique; });
|
||||||
}
|
}
|
||||||
|
|
||||||
NzFont::SetDefaultAtlas(new NzGuillotineTextureAtlas);
|
NzFont::SetDefaultAtlas(std::make_shared<NzGuillotineTextureAtlas>());
|
||||||
|
|
||||||
onExit.Reset();
|
onExit.Reset();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue