skip the flip for AddResource

This commit is contained in:
Kelvin Sherlock 2015-02-07 13:16:19 -05:00
parent f0e585aada
commit 9fda034e0e
1 changed files with 1 additions and 1 deletions

View File

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