From a19476d644d7601705516840191c5e0c7277192e Mon Sep 17 00:00:00 2001 From: Meow J Date: Mon, 19 Feb 2018 23:04:21 -0500 Subject: [PATCH] apparently it's not supposed to be THIS large --- docs/04 Advanced OpenGL/06 Cubemaps.md | 4 ++-- docs/css/style.css | 6 ++++++ yeti/nav.html | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/04 Advanced OpenGL/06 Cubemaps.md b/docs/04 Advanced OpenGL/06 Cubemaps.md index 360fffc..854e4ec 100644 --- a/docs/04 Advanced OpenGL/06 Cubemaps.md +++ b/docs/04 Advanced OpenGL/06 Cubemaps.md @@ -151,8 +151,8 @@ vector faces; "left.jpg", "top.jpg", "bottom.jpg", - "back.jpg", - "front.jpg" + "front.jpg", + "back.jpg" }; unsigned int cubemapTexture = loadCubemap(faces); ``` diff --git a/docs/css/style.css b/docs/css/style.css index 300a8cb..1ec685d 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -134,4 +134,10 @@ img.patreon { display: inline-block; max-height: 13px; margin-bottom: 2px; +} + +img.paypal { + border: none; + display: inline-block; + max-height: 13px; } \ No newline at end of file diff --git a/yeti/nav.html b/yeti/nav.html index eeac556..b0ed6d2 100644 --- a/yeti/nav.html +++ b/yeti/nav.html @@ -68,8 +68,8 @@ {% endif %}
  • - - Patreon + + 支持原作者