diff options
Diffstat (limited to 'client/src/render/scene')
-rw-r--r-- | client/src/render/scene/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/render/scene/mod.rs b/client/src/render/scene/mod.rs index 96c8ba4..7471fc8 100644 --- a/client/src/render/scene/mod.rs +++ b/client/src/render/scene/mod.rs @@ -145,7 +145,6 @@ impl ScenePreparer { downloader: Arc<Downloader>, ) -> Self { Self { - // TODO normal mipmap requires linear texture, also demand map? render_format, config: GraphicsConfig { max_anisotropy: 16, |