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 + + 支持原作者