Use safe name for registering statics, use 'lime_legacy_' for legacy prims to avoid conflicting names

This commit is contained in:
Joshua Granick
2015-04-07 12:03:16 -07:00
parent 01fc807722
commit 6a6d37f734
10 changed files with 456 additions and 445 deletions

View File

@@ -384,7 +384,7 @@ class Timer {
#if lime_legacy
static var lime_time_stamp = flash.Lib.load ("lime-legacy", "lime_time_stamp", 0);
static var lime_time_stamp = flash.Lib.load ("lime-legacy", "lime_legacy_time_stamp", 0);
#end