Explorar el Código

btPhystest fixup

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> hace 11 años
padre
commit
72366b856a
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      test/physicobject.h

+ 4
- 4
test/physicobject.h Ver fichero

@@ -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]";


Cargando…
Cancelar
Guardar