1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

改正错别字

This commit is contained in:
Geequlim
2016-04-09 16:17:00 +08:00
parent 3cddcda0fc
commit 7545362667

View File

@@ -293,7 +293,7 @@ struct Texture {
}; };
``` ```
然后我们把所有家在过的纹理储存到另一个向量中,它是作为一个私有变量声明在模型类的顶部: 然后我们把所有加载过的纹理储存到另一个向量中,它是作为一个私有变量声明在模型类的顶部:
```c++ ```c++