mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
gif plays at low fps
This commit is contained in:
@@ -122,7 +122,7 @@ pub struct CPixel {
|
||||
}
|
||||
|
||||
impl CPixel {
|
||||
pub fn new() -> Self {
|
||||
pub const fn new() -> Self {
|
||||
Self {
|
||||
x: 0,
|
||||
y: 0,
|
||||
|
||||
Reference in New Issue
Block a user