Commit f74350f10e40395378d0e5dc4b88fc5084ba5808
Exists in
master
and in
1 other branch
Merge branch 'devel' of git.lavid.ufpb.br:vlibras-core into devel
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
renderer/src/include/renderer.h
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | #define PATH_RENDERER "vlibras_user/unityVideo/" |
| 21 | 21 | #define PATH_SCREENS "vlibras_user/.config/unity3d/LAViD/VLibrasPlayer/" |
| 22 | 22 | #define END_FLAG "FINALIZE" |
| 23 | -#define HOST "0.0.0.0" | |
| 23 | +#define HOST "127.0.0.1" | |
| 24 | 24 | #define PORTNO 5555 |
| 25 | 25 | |
| 26 | 26 | using namespace lavidlib; | ... | ... |