Skip to content
Snippets Groups Projects
Commit a6222e30 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Bugfix: exporting from virtual stack

This was broken by a copy-paste mistake in the recent move to imglib2 v4
(imglib2-cache)
parent c0e41b06
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ public abstract class VirtualStackImageLoader< T extends NativeType< T >, V exte
@Override
public RandomAccessibleInterval< T > getImage( final int timepointId, final int level, final ImgLoaderHint... hints )
{
return prepareCachedImage( timepointId, level, LoadingStrategy.BUDGETED, type );
return prepareCachedImage( timepointId, level, LoadingStrategy.BLOCKING, type );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment