mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Removed deprecated Application.Get()
This commit is contained in:
@@ -92,7 +92,7 @@ namespace GlitchyEngine.Content
|
||||
// TODO: load with content manager
|
||||
|
||||
result = CGLTF.LoadBuffers(options, modelData, (char8*)null);
|
||||
//result = LoadBuffersWithContentManager(options, modelData, meshName, Application.Get().ContentManager);
|
||||
//result = LoadBuffersWithContentManager(options, modelData, meshName, Application.Instance.ContentManager);
|
||||
|
||||
GeometryBinding geoBinding = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user