Parcourir la source

MeshViewer : tweak

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> il y a 11 ans
Parent
révision
b9a3257bc7
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +3
    -2
      test/meshviewer.cpp

+ 3
- 2
test/meshviewer.cpp Voir le fichier

@@ -331,7 +331,7 @@ public:
int u = 4;
while (u-- > 0 && MessageService::FetchFirst(MSG_IN, mesh))
{
int o = 4;
int o = 1;
while (o-- > 0)
{
if (m_mesh_id == m_meshes.Count() - 1)
@@ -347,7 +347,8 @@ public:
if (m_stream_update_time > .0f)
{
m_stream_update_time = -1.f;
MessageService::Send(MSG_IN, "[sc#f8f afcb 1 1 1 0]");
MessageService::Send(MSG_IN, "[sc#f8f afcb 1]");
// MessageService::Send(MSG_IN, "[sc#f8f ab 1 splt 4 twy 90]");
// MessageService::Send(MSG_IN, "[sc#8ff afcb 1 1 1 0]");
// MessageService::Send(MSG_IN, "[sc#ff8 afcb 1 1 1 0]");
}


Chargement…
Annuler
Enregistrer