summaryrefslogtreecommitdiffhomepage
path: root/src/tile-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile-atlas.hpp')
-rw-r--r--src/tile-atlas.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile-atlas.hpp b/src/tile-atlas.hpp
index 61f528ef..e4ac8412 100644
--- a/src/tile-atlas.hpp
+++ b/src/tile-atlas.hpp
@@ -28,6 +28,7 @@ struct tile_atlas final
GL::Texture2D& texture() { return tex_; }
StringView name() const { return name_; }
Optional<enum pass_mode> pass_mode() const;
+ enum pass_mode pass_mode(enum pass_mode p) const;
void set_pass_mode(enum pass_mode p);
private: