From d0e293fd7dab8f3a55db0f6c0a16a0693d846b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Kov=C3=A1=C5=99?= Date: Tue, 16 Oct 2018 12:00:24 +0200 Subject: [PATCH 1/2] Fixed typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fe3e3a..32d16d1 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ v2.0.0 release(22 Aug, 2018)! * [x] Binary glTF(GLB) * [x] PBR material description * Buffers - * [x] Parse BASE64 encoded embedded buffer fata(DataURI). + * [x] Parse BASE64 encoded embedded buffer data(DataURI). * [x] Load `.bin` file. * Image(Using stb_image) - * [x] Parse BASE64 encoded embedded image fata(DataURI). + * [x] Parse BASE64 encoded embedded image data(DataURI). * [x] Load external image file. * [x] PNG(8bit only) * [x] JPEG(8bit only) From 10365a53ffbc263c4184e11d05d2dbe8772b84c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Kov=C3=A1=C5=99?= Date: Tue, 16 Oct 2018 12:03:45 +0200 Subject: [PATCH 2/2] Fixed make lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1396525..f3c6d3b 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ all: clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc lint: - ./cpplint.py tiny_gltf_loader.h + deps/cpplint.py tiny_gltf.h