aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/GLFWTest/glfw_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/GLFWTest/glfw_main.cpp')
-rw-r--r--experimental/GLFWTest/glfw_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/GLFWTest/glfw_main.cpp b/experimental/GLFWTest/glfw_main.cpp
index 26ed75b9c8..e83abc522c 100644
--- a/experimental/GLFWTest/glfw_main.cpp
+++ b/experimental/GLFWTest/glfw_main.cpp
@@ -83,7 +83,7 @@ int main(void) {
float times[32];
int currentTime;
- sk_sp<SkData> imageData(SkData::MakeFromFileName("ship.png"));
+ sk_sp<SkData> imageData(SkData::MakeFromFileName("images/ship.png"));
atlas.reset(SkImage::NewFromEncoded(imageData.get()));
if (!atlas) {
SkDebugf("\nCould not decode file ship.png\n");