Tilengine - The 2D retro graphics engine forum
[Bug?] Disable Layer and Raster Callbacks - Printable Version

+- Tilengine - The 2D retro graphics engine forum (http://tilengine.org/forum)
+-- Forum: English forums (http://tilengine.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (http://tilengine.org/forum/forumdisplay.php?fid=7)
+--- Thread: [Bug?] Disable Layer and Raster Callbacks (/showthread.php?tid=2309)



[Bug?] Disable Layer and Raster Callbacks - System64 - 02-09-2025

Hi! I maybe found a bug with layers.
If I have a raster callback interacting with a layer, but I disable this layer somewhere else in the code, the layer is still enabled. Is this behavior normal? Wouldn't it cause problems if I want to keep it disabled for some reasons?
Thanks for your answer!