Removed deprecated Application.Get()

This commit is contained in:
Simon Lübeß
2026-08-16 19:51:56 +02:00
parent 836c926a22
commit 39d78ab4c1
11 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -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;