From b5746e473b5efa9464b4eab7b07e444819826f47 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 28 Sep 2018 14:26:06 +0200 Subject: [PATCH] gfx-effect-source: Remove mipmapper --- source/gfx-effect-source.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/gfx-effect-source.h b/source/gfx-effect-source.h index 20b56d52..f08fc883 100644 --- a/source/gfx-effect-source.h +++ b/source/gfx-effect-source.h @@ -87,7 +87,6 @@ namespace gfx { std::string name = ""; std::shared_ptr tex; std::shared_ptr final_tex; - gs::mipmapper mipmapper; } source; struct {