You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log.log("Ignoring duplicate texture: "+texName+" for effect: "+effectName+" property: "+propName);
351
+
Log.Message("Ignoring duplicate texture: "+texName+" for effect: "+effectName+" property: "+propName);
351
352
}
352
353
}
353
354
else
354
355
{
355
-
Log.error("Texture specified by path: "+texName+" was not found when attempting to load textures for effect: "+effectName+" propertyName: "+propName);
356
+
Log.Error("Texture specified by path: "+texName+" was not found when attempting to load textures for effect: "+effectName+" propertyName: "+propName);
356
357
}
357
358
}
358
359
}
@@ -376,7 +377,7 @@ private void loadProfiles()
376
377
}
377
378
else
378
379
{
379
-
Log.error("TUFX Profiles already contains profile for name: "+profile.ProfileName+". This is the result of a configuration with"+
380
+
Log.Error("TUFX Profiles already contains profile for name: "+profile.ProfileName+". This is the result of a configuration with"+
380
381
" a duplicate name; please check your configurations and remove any duplicates. Only the first configuration parsed for any one name will be loaded.");
0 commit comments