eliminat el vector precalculat en tiled_bg per al moviment circular

This commit is contained in:
2025-09-25 08:08:29 +02:00
parent 308f5c20fb
commit 3897553704
3 changed files with 5 additions and 11 deletions

View File

@@ -27,8 +27,8 @@ class Background {
using ProgressCallback = std::function<void(float)>; // Callback para sincronización
// --- Constructor y destructor ---
Background(float total_progress_to_complete); // Constructor principal
~Background(); // Destructor
Background(float total_progress_to_complete = 6100.0F); // Constructor principal
~Background(); // Destructor
// --- Métodos principales ---
void update(float delta_time); // Actualiza la lógica del objeto