Browse Source

opencl starting reworking

Nicolas Winkler 4 năm trước cách đây
mục cha
commit
952792cd83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libmandel/src/Mandel.cpp

+ 1 - 1
libmandel/src/Mandel.cpp

@@ -403,6 +403,6 @@ void MandelContext::saveCache(const std::string& path) const
 
 MandelContext MandelContext::initializeFromCache(const std::string& path)
 {
-
+    return initializeContext();
 }