Draw nodes with draw_circle_filled, eliminate node texture

This commit is contained in:
2011-06-23 10:10:07 -04:00
parent ef2c6bc89f
commit d8e97ff0c9
3 changed files with 5 additions and 8 deletions

View File

@ -37,7 +37,6 @@ class GameCore : public MainEvent
// textures to draw
SDL_Surface* background;
SDL_Surface* node;
// data
Graph graph;