Skip to content

Commit

Permalink
update to v1.2 (code under the MIT License)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandopiroscafo authored Oct 3, 2023
1 parent b1d838e commit d143ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pyknotita.pde
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.

///////////////////////////////////////////////////////////////////////////////
//
//Pyknótita V1.1 2023
//Pyknótita V1.2 2023
//Bertrand GILLES-CHATELETS (@bertrandopiroscafo on IG)
//
////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -124,7 +124,7 @@ void setup()
frame = getJFrame();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

surface.setTitle("Pyknótita V1.1 2023");
surface.setTitle("Pyknótita V1.2 2023");
surface.setAlwaysOnTop(true);

_controlP5 = new ControlP5(this);
Expand Down

0 comments on commit d143ee2

Please sign in to comment.