1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

apparently it's not supposed to be THIS large

This commit is contained in:
Meow J
2018-02-19 23:04:21 -05:00
parent fd2017aedf
commit a19476d644
3 changed files with 10 additions and 4 deletions

View File

@@ -151,8 +151,8 @@ vector<std::string> faces;
"left.jpg",
"top.jpg",
"bottom.jpg",
"back.jpg",
"front.jpg"
"front.jpg",
"back.jpg"
};
unsigned int cubemapTexture = loadCubemap(faces);
```

View File

@@ -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;
}

View File

@@ -68,8 +68,8 @@
{% endif %}
<li>
<a href="https://www.paypal.me/learnopengl/">
<img class="支持原作者" src="/img/paypal_logo.png" alt="">
Patreon
<img class="paypal" src="/img/paypal_logo.png" alt="">
支持原作者
</a>
</li>
</ul>