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()

github repository of code

have considered swapping lines 48 , 49 in screen.py? :) not sure, maybe ought call display.flip() after rendering sprites?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -