From b0510788733dc8ea23396638bfd01cdcac5fc60a Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Tue, 12 Nov 2024 17:35:54 -0800 Subject: [PATCH] Cleanup. --- decisions/20241112-godot-animation-streaming.md | 1 - 1 file changed, 1 deletion(-) diff --git a/decisions/20241112-godot-animation-streaming.md b/decisions/20241112-godot-animation-streaming.md index 13e768ffee..4866f8b6cc 100644 --- a/decisions/20241112-godot-animation-streaming.md +++ b/decisions/20241112-godot-animation-streaming.md @@ -136,7 +136,6 @@ class AnimationPlayer: streaming_data.ring_buffer.advance_read(1) ``` - ## The Benefits Efficient memory usage by loading only necessary animation data. This allows for the import of extremely long animations and streaming them, with configurable settings to suit different project needs.