Skip to content
Snippets Groups Projects
Commit 7b7db95c authored by slevy's avatar slevy
Browse files

Increase max cmap size.

parent 046ac0c9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
#include <FL/Fl.H>
#include <FL/Fl_Gl_Window.H>
#define CMENTMAX 10000
#define CMENTMAX 16384
extern "C" {
extern void hsb2rgb(float h, float s, float b, float *rp, float *gp, float *bp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment