commit | c21cf40f6ae69091bf24f87b5eeabc95e73dd271 | [log] [tgz] |
---|---|---|
author | Jason Sams <[email protected]> | Tue Nov 17 17:26:46 2009 -0800 |
committer | Jason Sams <[email protected]> | Tue Nov 17 17:26:46 2009 -0800 |
tree | c41e88424cb55b4fd66b407f40b9fb39501553d5 | |
parent | 158324456b8dbf40f684dd0a4af3493b9549f3f5 [diff] [blame] |
Add support for dumping RS objects to aid in debugging of white blocks bug.
diff --git a/rsContext.cpp b/rsContext.cpp index deb9592..08ed725 100644 --- a/rsContext.cpp +++ b/rsContext.cpp
@@ -819,6 +819,11 @@ rsc->setPriority(p); } +void rsi_ContextDump(Context *rsc, int32_t bits) +{ + ObjectBase::dumpAll(rsc); +} + } }