skip the flip for AddResource

This commit is contained in:
Kelvin Sherlock 2015-02-07 13:16:19 -05:00
parent f0e585aada
commit 9fda034e0e

View File

@ -25,7 +25,6 @@
*/ */
#include <string> #include <string>
//#include <unordered_map>
#include <list> #include <list>
#include <map> #include <map>
#include <unordered_set> #include <unordered_set>
@ -918,6 +917,7 @@ namespace RM
trap, theData, theType, TypeToString(theType).c_str(), theID, sname.c_str() trap, theData, theType, TypeToString(theType).c_str(), theID, sname.c_str()
); );
BypassResourceFlipper(theType);
Handle nativeHandle = NULL; Handle nativeHandle = NULL;