From 72366b856a1427fa9fba522797975e82777cbfc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Fri, 18 Oct 2013 21:49:31 +0000 Subject: [PATCH] btPhystest fixup --- test/physicobject.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/physicobject.h b/test/physicobject.h index 17113f2a..545d896b 100644 --- a/test/physicobject.h +++ b/test/physicobject.h @@ -158,10 +158,10 @@ public: start_point, start_point + size); m_mesh.BD()->SetTexCoordCustomBuild2(MeshType::Quad, MeshFaceType::QuadDefault, vec2(-PARTICLE_SIZE), vec2(PARTICLE_SIZE)); - MeshRand << "[sc#ffff aq 0 0]"; - MeshRand << "[sc#faaf aq 0 0]"; - MeshRand << "[sc#afaf aq 0 0]"; - MeshRand << "[sc#aaff aq 0 0]"; + MeshRand << "[tpbn tvnc sc#ffff aq 0 0]"; + MeshRand << "[tpbn tvnc sc#faaf aq 0 0]"; + MeshRand << "[tpbn tvnc sc#afaf aq 0 0]"; + MeshRand << "[tpbn tvnc sc#aaff aq 0 0]"; #else MeshRand << "[sc#add asph1 2]"; MeshRand << "[sc#dad asph1 2]";