diff --git a/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp b/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp index 56737e13d1..90e402f236 100644 --- a/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp +++ b/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp @@ -277,7 +277,7 @@ void GLTexture::postTransfer() { setSyncState(GLSyncState::Idle); ++_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()) { case Texture::TEX_2D: for (uint16_t i = 0; i < Sampler::MAX_MIP_LEVEL; ++i) {