Browse Source

Use safeload for assets

jamesbowman 9 years ago
parent
commit
48ae23fadb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nightstrike.ino

+ 1 - 1
nightstrike.ino

@@ -863,7 +863,7 @@ static void welcome()
 {
   Streamer stream;
 
-  GD.load("nightw.gd2");
+  GD.safeload("nightw.gd2");
   byte fade = 0;
   int t;