Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
c0ac94529d
6 changed files with 14 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ namespace enginend {
|
|||
}
|
||||
virtual void draw() {
|
||||
|
||||
ClearBackground(BLANK);
|
||||
ClearBackground(rl::BLANK);
|
||||
BeginDrawing();
|
||||
for (enginend::nodes::node* n : nodes) {
|
||||
n->draw();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue