Fix typo in comment

This commit is contained in:
Brad Davis 2016-10-22 18:12:40 -07:00
parent b572fb2a91
commit 7879bf37f2

View file

@ -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) {