mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- nothing
This commit is contained in:
parent
971d8c7b8d
commit
06e9a60190
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue