Red border on images

  • tbruce
    Likes 0

    Problem Description

    Hi,

    I completed the flappy bird tutorial (which was great by the way).  How do i remove the red borders on the pipes?

    Thanks

  • Sonar Systems admin
    Likes 0

    In the createScene method in change the following line

    scene->getPhysicsWorld( )->setDebugDrawMask( PhysicsWorld::DEBUGDRAW_ALL );
    

    to

    scene->getPhysicsWorld( )->setDebugDrawMask( PhysicsWorld::DEBUGDRAW_NONE );

     

  • tbruce
    Likes 1

    Thanks!


    This reply has been verified.
  • Sonar Systems admin
    Likes 0

    Your welcome :D

Login to reply