diff options
Diffstat (limited to 'libs/rs/rsSampler.h')
| -rw-r--r-- | libs/rs/rsSampler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsSampler.h b/libs/rs/rsSampler.h index 9e20a2f..0506081 100644 --- a/libs/rs/rsSampler.h +++ b/libs/rs/rsSampler.h @@ -41,7 +41,7 @@ public: virtual ~Sampler(); void bind(Allocation *); - void setupGL(const Context *); + void setupGL(const Context *, bool npot); void bindToContext(SamplerState *, uint32_t slot); void unbindFromContext(SamplerState *); |
