fix: fixed Xbox 360 build issues

This commit is contained in:
2026-07-31 15:20:25 -07:00
parent e7c7a817eb
commit 61b0c8add6
213 changed files with 193105 additions and 237759 deletions
+1
View File
@@ -10,6 +10,7 @@ ResourceLocation EnderDragonRenderer::DRAGON_EXPLODING_LOCATION = ResourceLocati
ResourceLocation EnderDragonRenderer::CRYSTAL_BEAM_LOCATION = ResourceLocation(TN_MOB_ENDERDRAGON_BEAM);
ResourceLocation EnderDragonRenderer::DRAGON_EYES_LOCATION = ResourceLocation(TN_MOB_ENDERDRAGON_ENDEREYES);
ResourceLocation EnderDragonRenderer::DRAGON_LOCATION = ResourceLocation(TN_MOB_ENDERDRAGON);
shared_ptr<EnderDragon> EnderDragonRenderer::bossInstance = nullptr;
EnderDragonRenderer::EnderDragonRenderer() : MobRenderer(new DragonModel(0), 0.5f)
{