Skip to content

Commit

Permalink
refactor: note to self (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
icebarf committed Nov 30, 2023
1 parent e1954a0 commit 183eb88
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/gui_Chip8FontGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,16 +428,6 @@ extern "C"

#include "raygui.h"

//----------------------------------------------------------------------------------
// Global Variables Definition
//----------------------------------------------------------------------------------
//...

//----------------------------------------------------------------------------------
// Internal Module Functions Definition
//----------------------------------------------------------------------------------
//...

//----------------------------------------------------------------------------------
// Module Functions Definition
//----------------------------------------------------------------------------------
Expand All @@ -450,6 +440,10 @@ InitGuiChip8FontGenerator(void)
state.Origin = (Vector2){ 0, 0 }; // ANCHOR ID:1

// Initilize controls variables

/* Note to self: "true" here indicates off state in the pixel editor.
* "false" will obviously indicate on state in the pixel editor.
*/
for (int i = 0; i < TOTAL_TOGGLE_COUNT; i++)
state.ToggleActive[i] = true;
state.OuputFontTextBoxEditMode = false;
Expand Down

0 comments on commit 183eb88

Please sign in to comment.