From 84f435e8d302a87301d2f4b2dfe3ccfac59d03d8 Mon Sep 17 00:00:00 2001 From: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:10:52 +0100 Subject: [PATCH] Fix a link in `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 953d15f..1960a01 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repo contains prebuilt versions of Google's Swappy Frame Pacing library. Compiled from source. -See [Releases page](https://github.com/godotengine/godot-angle-static/releases). +See [Releases page](https://github.com/godotengine/godot-swappy/releases). # How to build from source @@ -118,4 +118,4 @@ AHA! **Failed to find target with hash string 'android-31' in: /home/matias/Andr In rare cases, the root of the problem may be the first problem to appear, instead of the last one; and in that case you may have to scroll quite a bit. -For example if you force it to build with a newer NDK version than the recommended one, you will get errors C++ about function redeclarations with a different function signature, but at the bottom you will see Java errors that mislead you. \ No newline at end of file +For example if you force it to build with a newer NDK version than the recommended one, you will get errors C++ about function redeclarations with a different function signature, but at the bottom you will see Java errors that mislead you.