eliminada ship2.shp i substituida ship.shp

This commit is contained in:
2025-12-10 07:51:02 +01:00
parent b4e0ca7eca
commit 07e00fff09
3 changed files with 12 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ Nau::Nau(SDL_Renderer* renderer)
esta_tocada_(false),
brightness_(Defaults::Brightness::NAU) {
// [NUEVO] Carregar forma compartida des de fitxer
forma_ = Graphics::ShapeLoader::load("ship2.shp");
forma_ = Graphics::ShapeLoader::load("ship.shp");
if (!forma_ || !forma_->es_valida()) {
std::cerr << "[Nau] Error: no s'ha pogut carregar ship.shp" << std::endl;