Explorar el Código

build FIX

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> hace 11 años
padre
commit
2e3c5e6e94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/platform/nacl/nacl-instance.cpp

+ 1
- 1
src/platform/nacl/nacl-instance.cpp Ver fichero

@@ -137,7 +137,7 @@ void NaClInstance::HandleMessage(const pp::Var& message)
return;

/* FIXME: do some shit here */
MessageService::Send(MSG_IN, message.AsString().c_str());
MessageService::Send(0/*MSG_IN*/, message.AsString().c_str());
}

void NaClInstance::DidChangeView(const pp::Rect& position, const pp::Rect& clip)


Cargando…
Cancelar
Guardar