mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
Fix typo in comment
This commit is contained in:
parent
b572fb2a91
commit
7879bf37f2
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ void GLTexture::postTransfer() {
|
||||||
setSyncState(GLSyncState::Idle);
|
setSyncState(GLSyncState::Idle);
|
||||||
++_transferCount;
|
++_transferCount;
|
||||||
|
|
||||||
// At this point the mip pixels have been loaded, we can notify the g pu texture to abandon it's memory
|
// At this point the mip pixels have been loaded, we can notify the gpu texture to abandon it's memory
|
||||||
switch (_gpuObject.getType()) {
|
switch (_gpuObject.getType()) {
|
||||||
case Texture::TEX_2D:
|
case Texture::TEX_2D:
|
||||||
for (uint16_t i = 0; i < Sampler::MAX_MIP_LEVEL; ++i) {
|
for (uint16_t i = 0; i < Sampler::MAX_MIP_LEVEL; ++i) {
|
||||||
|
|
Loading…
Reference in a new issue