From e27226ab17a72eb89115a932c66cd360b6547bdf Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Sun, 21 Mar 2021 02:15:25 -0700 Subject: [PATCH] remove redundant readme line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1496d27..7c8a989 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ A small 2D C++ Game Framework, using few dependencies and simple code to mainain - Only floatN/mat3x2/mat4x4 uniforms are supported. - There's no Audio API or backend implementation yet. - No threaded rendering so it will explode if you try that. - - No Audio API implemented yet. #### a sample application