Remove RefAllResources enabling, as we'll fix things to work properly

This commit is contained in:
baldurk
2015-07-11 14:04:31 +02:00
parent 961820c155
commit 19490540d4
-5
View File
@@ -670,11 +670,6 @@ WrappedOpenGL::WrappedOpenGL(const char *logfile, const GLHookSet &funcs)
// sorts are identical so we can do the intersection easily
std::sort(globalExts.begin(), globalExts.end());
#if !defined(_RELEASE)
CaptureOptions &opts = (CaptureOptions &)RenderDoc::Inst().GetCaptureOptions();
opts.RefAllResources = true;
#endif
m_Replay.SetDriver(this);
m_FrameCounter = 0;