Commit f74350f10e40395378d0e5dc4b88fc5084ba5808

Authored by Wesnydy Ribeiro
2 parents d76c64f7 ca132bc0
Exists in master and in 1 other branch devel

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,7 +20,7 @@
20 #define PATH_RENDERER "vlibras_user/unityVideo/" 20 #define PATH_RENDERER "vlibras_user/unityVideo/"
21 #define PATH_SCREENS "vlibras_user/.config/unity3d/LAViD/VLibrasPlayer/" 21 #define PATH_SCREENS "vlibras_user/.config/unity3d/LAViD/VLibrasPlayer/"
22 #define END_FLAG "FINALIZE" 22 #define END_FLAG "FINALIZE"
23 -#define HOST "0.0.0.0" 23 +#define HOST "127.0.0.1"
24 #define PORTNO 5555 24 #define PORTNO 5555
25 25
26 using namespace lavidlib; 26 using namespace lavidlib;