Skip to content

Commit cdf329b

Browse files
authored
Temp fix texture atlas issues from mypy 1.18.1 (#2768)
1 parent 6cbd908 commit cdf329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade/texture_atlas/atlas_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def finalizer_callback(atlas_name, hash):
375375
texture.image_data.hash,
376376
)
377377
# Don't bother removing texture on program exit
378-
finalizer_ref.atexit = False
378+
finalizer_ref.atexit = False # type: ignore
379379
self._finalizers_created += 1
380380

381381
self._textures_added += 1

0 commit comments

Comments
 (0)