python - PyGame flickering issue -
i've made several small programs in pygame , latest attempt have added scrolling (push arrow keys) when happens sprites flicker. i've tried pinpoint issue cannot.
the drawing section happens in engine.screen.py redraw() , update_window()
have considered swapping lines 48 , 49 in screen.py? :) not sure, maybe ought call display.flip() after rendering sprites?
Comments
Post a Comment