Some tweaks
This commit is contained in:
parent
874c0910e3
commit
1774260dab
|
|
@ -148,7 +148,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),PLATFORM_WEB)
|
ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||||
# Emscripten required variables
|
# Emscripten required variables
|
||||||
EMSDK_PATH = D:/emsdk
|
EMSDK_PATH = C:/emsdk
|
||||||
EMSCRIPTEN_VERSION = 1.38.20
|
EMSCRIPTEN_VERSION = 1.38.20
|
||||||
CLANG_VERSION = e1.38.20_64bit
|
CLANG_VERSION = e1.38.20_64bit
|
||||||
PYTHON_VERSION = 2.7.13.1_64bit\python-2.7.13.amd64
|
PYTHON_VERSION = 2.7.13.1_64bit\python-2.7.13.amd64
|
||||||
|
|
|
||||||
|
|
@ -1436,8 +1436,6 @@ Color GetColor(int hexValue)
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Returns a random value between min and max (both included)
|
// Returns a random value between min and max (both included)
|
||||||
int GetRandomValue(int min, int max)
|
int GetRandomValue(int min, int max)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user