Skip to content

Commit

Permalink
Implement Light Editor Interface (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 3, 2022
1 parent 658ef62 commit 6618c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Editor/Widgets/GUI_Widget_ObjectProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ void Widget_ObjectProperties::Draw() {
ImGui::Separator();
ImGui::Spacing();

ImGui::ColorPicker3("Light Color")

}


Expand Down

0 comments on commit 6618c94

Please sign in to comment.