Skip to content

Commit

Permalink
Fix: Use updated GSToyLib v2 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
F1rrel authored Oct 6, 2024
1 parent 74db304 commit 7638acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nut
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Log <- SuperLib.Log;
Helper <- SuperLib.Helper;

// Import ToyLib
import("Library.GSToyLib", "GSToyLib", 1);
import("Library.GSToyLib", "GSToyLib", 2);
import("Library.SCPLib", "SCPLib", 45);

enum Randomization {
Expand Down

0 comments on commit 7638acf

Please sign in to comment.