summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resHandle.cpp
diff options
context:
space:
mode:
authorPistonight <pistonknight@outlook.com>2025-06-18 11:09:20 -0700
committerPistonight <pistonknight@outlook.com>2025-06-18 11:09:20 -0700
commit4010977b94df6f09deb30a700fffe68d85b533bb (patch)
tree469df24a292ed29633aaae91ad89093f8674c028 /src/KingSystem/Resource/resHandle.cpp
parent1f833303f9437e79e990ebf394577939adfc8dc9 (diff)
rename _c to lane_id
Diffstat (limited to 'src/KingSystem/Resource/resHandle.cpp')
-rw-r--r--src/KingSystem/Resource/resHandle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KingSystem/Resource/resHandle.cpp b/src/KingSystem/Resource/resHandle.cpp
index e47cb65e..c620ee25 100644
--- a/src/KingSystem/Resource/resHandle.cpp
+++ b/src/KingSystem/Resource/resHandle.cpp
@@ -49,9 +49,9 @@ ILoadRequest::~ILoadRequest() {
LoadRequest::LoadRequest() = default;
-LoadRequest::LoadRequest(s32 load_data_alignment, u32 arg_c, bool arg_20)
+LoadRequest::LoadRequest(s32 load_data_alignment, u32 lane_id, bool arg_20)
: _20(arg_20), mLoadDataAlignment(load_data_alignment) {
- _c = arg_c;
+ mLaneId = lane_id;
}
SimpleLoadRequest::SimpleLoadRequest() = default;