corregit el comptador de FPS

This commit is contained in:
2025-12-08 22:13:26 +01:00
parent 8886873ed5
commit cd7f06f3a1
5 changed files with 15 additions and 4 deletions

View File

@@ -81,8 +81,8 @@ resources.pack: pack_tool
# BUILD TARGETS (delegate to CMake)
# ==============================================================================
# Default target: build with CMake
all: $(TARGET_FILE)
# Default target: build with CMake + resources
all: resources.pack $(TARGET_FILE)
$(TARGET_FILE):
@cmake -B build -DCMAKE_BUILD_TYPE=Release