mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-18 07:01:54 +00:00
format everything
This commit is contained in:
@@ -196,10 +196,10 @@ void AbstractTexturePack::loadDefaultColourTable() {
|
||||
|
||||
void AbstractTexturePack::loadDefaultHTMLColourTable() {
|
||||
if (app.hasArchiveFile(L"HTMLColours.col")) {
|
||||
std::vector<uint8_t> textColours = app.getArchiveFile(L"HTMLColours.col");
|
||||
std::vector<uint8_t> textColours =
|
||||
app.getArchiveFile(L"HTMLColours.col");
|
||||
m_colourTable->loadColoursFromData(textColours.data(),
|
||||
textColours.size());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user