summaryrefslogtreecommitdiff
path: root/src/gpu/texture_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/texture_manager.h')
-rw-r--r--src/gpu/texture_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/texture_manager.h b/src/gpu/texture_manager.h
index f49e827..23fdbe8 100644
--- a/src/gpu/texture_manager.h
+++ b/src/gpu/texture_manager.h
@@ -12,7 +12,7 @@
struct ProceduralTextureDef {
int width;
int height;
- void (*gen_func)(uint8_t*, int, int, const float*, int);
+ bool (*gen_func)(uint8_t*, int, int, const float*, int);
std::vector<float> params;
};