Added warning to reconfigurable scene

This commit is contained in:
Grant Sanderson 2018-04-10 15:58:11 -07:00
parent 4c023b3dfe
commit c54868b63f

View file

@ -8,6 +8,9 @@ from constants import *
class ReconfigurableScene(Scene):
"""
Note, this seems to no longer work as intented.
"""
CONFIG = {
"allow_recursion": True,
}