Drop verbose comments from the clip-cache change.

This commit is contained in:
2026-08-14 22:40:42 -07:00
parent 41fb0a3d5a
commit 8d9faaaee0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Sprite :: struct {
data: ^Character_Data,
position: Vec2,
clip: string,
clip_def: Clip_Def, // shallow cache; frames alias Character_Data (do not mutate clips map after spawn)
clip_def: Clip_Def,
has_clip: bool,
frame: int,
time: f32,