This commit is contained in:
q
2025-08-14 13:35:32 +03:00
parent 3472210a84
commit 9de42f7f40

View File

@@ -707,7 +707,7 @@ class World:
age = 0
if self.points_interpolated[point_index][key]["type"] == "interp":
age += 1
self.points_interpolated[point_index][key]["type"] = age
self.points_interpolated[point_index][key]["age"] = age
def draw_help(self, frame):