eliminada ship2.shp i substituida ship.shp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user