From 9fda034e0e474b4567b40581ba53b29284d9a3d3 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 7 Feb 2015 13:16:19 -0500 Subject: [PATCH] skip the flip for AddResource --- toolbox/rm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/rm.cpp b/toolbox/rm.cpp index ac1b312..389bf46 100644 --- a/toolbox/rm.cpp +++ b/toolbox/rm.cpp @@ -25,7 +25,6 @@ */ #include -//#include #include #include #include @@ -918,6 +917,7 @@ namespace RM trap, theData, theType, TypeToString(theType).c_str(), theID, sname.c_str() ); + BypassResourceFlipper(theType); Handle nativeHandle = NULL;