- nothing

This commit is contained in:
Christoph Oelckers 2019-10-08 00:02:37 +02:00
parent 971d8c7b8d
commit 06e9a60190
2 changed files with 1 additions and 2 deletions

View File

@ -221,7 +221,6 @@ void PaletteManager::SetPalswapData(int index, const uint8_t* data, int numshade
palswapTexture->CreateTexture(PALSWAP_TEXTURE_SIZE, PALSWAP_TEXTURE_SIZE, true, false);
palswapTexture->SetSampler(Sampler2DNoFilter);
}
else inst->UnbindTexture(1); // Unbind for updating.
int32_t column = index % (PALSWAP_TEXTURE_SIZE / 256);
int32_t row = index / (PALSWAP_TEXTURE_SIZE / 256);

View File

@ -122,7 +122,7 @@ vec4 convertColor(vec4 color, int effect, vec3 tint)
//===========================================================================
//
// Talk about all the wrong way of being 'efficient'... :(
//
//
//===========================================================================