fix crashes when the selected element is NULL (via lua), add gfx.getHexColor (inverse of gfx.getColors)

This commit is contained in:
jacob1
2014-06-09 17:42:44 -04:00
parent 89ffa60529
commit c44e734abe
5 changed files with 38 additions and 11 deletions

View File

@@ -338,7 +338,7 @@ if not GetOption('clean'):
findLibs(env, conf)
env = conf.Finish()
else:
import os, shutil
import shutil
try:
shutil.rmtree("generated/")
except: