overte-HifiExperiments/libraries/entities-renderer
Ryan Huffman a558f71fcd Fix resoruces path URLs not working with Script.resolvePath
Depending on the context, "/~/" means different things. The ScriptEngine
resolves this path to `/scripts`, but everywhere else it resolves to
`/resources`. This change forces us to expand those paths instead of
storing the "/~/" path, which will be incorrectly resolved once the
ScriptEnging is using it.
2018-06-12 16:55:31 -07:00
..
src Fix resoruces path URLs not working with Script.resolvePath 2018-06-12 16:55:31 -07:00
CMakeLists.txt