comparison Renderer/Engine/SceneGraph.cc @ 869:bcc81531a672

set_game_task add to SceneGraphRoot.
author tkaito
date Sun, 27 Jun 2010 23:01:44 +0900
parents 000a8b63ad9a
children f525427ae30f
comparison
equal deleted inserted replaced
868:58b4fb8ad77c 869:bcc81531a672
648 this->move = new_move; 648 this->move = new_move;
649 this->collision = new_collision; 649 this->collision = new_collision;
650 this->create_sg = new_create_sg; 650 this->create_sg = new_create_sg;
651 } 651 }
652 652
653
653 void 654 void
654 SceneGraph::add_next(SceneGraphPtr next) 655 SceneGraph::add_next(SceneGraphPtr next)
655 { 656 {
656 /* next のリストの最後に加える */ 657 /* next のリストの最後に加える */
657 if (this->next != NULL) { 658 if (this->next != NULL) {