mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
skip the flip for AddResource
This commit is contained in:
parent
f0e585aada
commit
9fda034e0e
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user