java – is there a way to draw my tilemap once instead of every frame?
my game runs at seconds per frame when I draw my tilemap to gamepanel as it does it every frame and just cloggs up. I’ll include some code of the tile, map and panel classes. hopefully someone can help.