mirror of https://github.com/axmolengine/axmol.git
do not add ambient color by default
This commit is contained in:
parent
2317720fd2
commit
bf84aba47e
|
@ -312,8 +312,7 @@ void Sprite3DTestScene::runThisTest()
|
|||
|
||||
Sprite3DTestScene::Sprite3DTestScene()
|
||||
{
|
||||
AmbientLight3D *light = AmbientLight3D::create(Color3B(255, 255, 255));
|
||||
addChild(light);
|
||||
|
||||
}
|
||||
|
||||
static int tuple_sort( const std::tuple<ssize_t,Effect3D*,CustomCommand> &tuple1, const std::tuple<ssize_t,Effect3D*,CustomCommand> &tuple2 )
|
||||
|
|
Loading…
Reference in New Issue