Skip to content

Commit c1aa2d4

Browse files
Merge branch 'fix-map-tab'
2 parents 4449a92 + 2ece801 commit c1aa2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STROOP/Tabs/GhostTab/BackgroundImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void Download(string sourcePath, Action<Lazy<Image>> assignment)
2121
{
2222
System.Threading.Thread.Sleep(2000); // We don't want to spam github with image fetches
2323
var path = sourcePath.Replace('\\', '/').Replace(" ", "%20");
24-
var source = $"{"https://"}github.com/SM64-TAS-ABC/STROOP/blob/Development/STROOP/{path}?raw=true";
24+
var source = $"https://raw.githubusercontent.com/SM64-TAS-ABC/STROOP/dev/STROOP/{path}";
2525
try
2626
{
2727
using (WebClient client = new WebClient())

0 commit comments

Comments
 (0)