better naming and removed todo🤓

This commit is contained in:
Namonay
2024-10-24 05:30:37 +02:00
parent 47d0cfb20b
commit d8a6676063
2 changed files with 5 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ namespace mlx
int m_id;
bool m_has_window;
bool m_putpixel_called = false;
bool m_pixelput_called = false;
};
}