Parcourir la source

Use safeload for assets

jamesbowman il y a 9 ans
Parent
commit
48ae23fadb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;