gif plays at low fps

This commit is contained in:
2025-10-27 18:53:22 -06:00
parent 999b22a96f
commit 4c58f66c94
14 changed files with 121 additions and 85 deletions

View File

@@ -122,7 +122,7 @@ pub struct CPixel {
}
impl CPixel {
pub fn new() -> Self {
pub const fn new() -> Self {
Self {
x: 0,
y: 0,