diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-01-25 01:09:28 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-01-25 01:09:28 +0100 |
| commit | 0163f8486ceca8bd6897c1074f6846f36827d040 (patch) | |
| tree | 16656b39011328c2ee9bda11730616afafe8fe18 /client/src/render/scene | |
| parent | 1caf7aefcc29602a21fa8a400c897b576be238a8 (diff) | |
| download | weareserver-0163f8486ceca8bd6897c1074f6846f36827d040.tar weareserver-0163f8486ceca8bd6897c1074f6846f36827d040.tar.bz2 weareserver-0163f8486ceca8bd6897c1074f6846f36827d040.tar.zst | |
funny cursor animation
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, |