summaryrefslogtreecommitdiffhomepage
path: root/shaders/lightmap.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-04 13:14:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-04 13:14:25 +0100
commit22c0347382db21803cbeaf599a473b1d13b009a3 (patch)
treee700d33fa247600f69d2016405109aabae15ab71 /shaders/lightmap.hpp
parentf8af6aadbf67bd2ff459d3e8fb09364342a8d080 (diff)
b
Diffstat (limited to 'shaders/lightmap.hpp')
-rw-r--r--shaders/lightmap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/lightmap.hpp b/shaders/lightmap.hpp
index b8bbd0c7..4169b974 100644
--- a/shaders/lightmap.hpp
+++ b/shaders/lightmap.hpp
@@ -30,7 +30,7 @@ struct light_s final
bool operator==(const light_s&) const noexcept;
};
-struct chunk;
+class chunk;
struct lightmap_shader final : GL::AbstractShaderProgram
{