fix: comments and naming of texture pack stuff
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user