fix: comments and naming of texture pack stuff
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
aad6f74db6
commit
23fc453fae
6 changed files with 83 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
/*
|
||||
* PolyMC - Minecraft Launcher
|
||||
* Copyright (c) 2022 flowln <flowlnlnln@gmail.com>
|
||||
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -50,7 +51,7 @@ class LocalTexturePackParseTask : public Task {
|
|||
private:
|
||||
int m_token;
|
||||
|
||||
TexturePack& m_resource_pack;
|
||||
TexturePack& m_texture_pack;
|
||||
|
||||
bool m_aborted = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue