Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix the LOL_DEBUG environment variable handling logic.
pull/1/head
Sam Hocevar
4 anos atrás
pai
42d43c24a7
commit
8ce1b6ec9c
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
include/lol/private/base/msg.h
+ 2
- 2
include/lol/private/base/msg.h
Ver arquivo
@@ -66,8 +66,8 @@ private:
#if !_DEBUG
if (type == message_type::debug)
{
static bool const
disabl
e_debug = sys::getenv("LOL_DEBUG").size() > 0;
if (
disabl
e_debug)
static bool const
enforc
e_debug = sys::getenv("LOL_DEBUG").size() > 0;
if (
!enforc
e_debug)
return;
}
#endif
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar