]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/level_editor/color_picker.c
Merge pull request #998 from tsoding/824
[nothing.git] / src / game / level / level_editor / color_picker.c
index 3bba37c00d67291a86e1ca59602d88263917fb7e..93a4b3403227b207be9043bc0deb95f14ee0e87a 100644 (file)
@@ -5,7 +5,6 @@
 #include "system/line_stream.h"
 #include "system/log.h"
 #include "game/camera.h"
-#include "proto_rect.h"
 #include "color_picker.h"
 #include "color.h"
 
@@ -59,14 +58,12 @@ int color_picker_read_from_line_stream(ColorPicker *color_picker,
     return 0;
 }
 
-// TODO(#930): Color Picker doesn't have any visual indication about the current color
 int color_picker_render(const ColorPicker *color_picker,
                         Camera *camera)
 {
     trace_assert(color_picker);
     trace_assert(camera);
 
-    /* TODO(#931): Color Picker sliders don't have any labels */
     if (camera_fill_rect_screen(
             camera,
             rect(0.0f, 0.0f, COLOR_SLIDER_WIDTH, COLOR_SLIDER_HEIGHT),