Browse Source

Build: Updated 'bsf' version

BearishSun 6 years ago
parent
commit
fe863ba310

+ 1 - 1
Source/EditorCore/Private/Win32/BsWin32BrowseDialogs.cpp

@@ -175,6 +175,6 @@ namespace bs
 			std::cref(defaultPath), std::cref(filterList), std::ref(paths), _1), 
 			CTQF_InternalQueue | CTQF_BlockUntilComplete);
 
-		return returnValue.getReturnValue<bool>();
+		return any_cast<bool>(returnValue.getGenericReturnValue());
 	}
 }

+ 1 - 1
Source/EditorCore/SceneView/BsScenePicking.cpp

@@ -174,7 +174,7 @@ namespace bs
 
 		assert(op.hasCompleted());
 
-		PickResults pickResults = op.getReturnValue<PickResults>();
+		PickResults pickResults = any_cast<PickResults>(op.getGenericReturnValue());
 		if (data != nullptr)
 		{
 			data->pickPosition = cam->screenToWorldPointDeviceDepth(position, pickResults.depth);

+ 1 - 1
Source/bsf

@@ -1 +1 @@
-Subproject commit db789528ec518551da10b7ef51a88d9d2fa1d05d
+Subproject commit 34a905be7f035f8b45779bc7370014e562f8c0cc