mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-05 03:34:20 +00:00
git subrepo pull --force tools/ZAPD (#2441)
subrepo: subdir: "tools/ZAPD" merged: "35ea376da" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "35ea376da" git-subrepo: version: "0.4.6" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "110b9eb"
This commit is contained in:
parent
f448a48cd6
commit
f8d050bf7f
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
[subrepo]
|
[subrepo]
|
||||||
remote = https://github.com/zeldaret/ZAPD.git
|
remote = https://github.com/zeldaret/ZAPD.git
|
||||||
branch = master
|
branch = master
|
||||||
commit = c04562d30aae565e98d538fd4c1e5c08699c8d48
|
commit = 35ea376daf003fdd3297a2e7355ad82e70ec1e8c
|
||||||
parent = cfe1e4db6e1a4b561ac1ed0e87f250c83b5a3c69
|
parent = b97a21c2532622a83e9153996e303c3edc2727a8
|
||||||
method = merge
|
method = merge
|
||||||
cmdver = 0.4.9
|
cmdver = 0.4.6
|
||||||
|
|
|
@ -131,7 +131,7 @@ void ZTexture::ParseXML(tinyxml2::XMLElement* reader)
|
||||||
|
|
||||||
void ZTexture::ParseRawData()
|
void ZTexture::ParseRawData()
|
||||||
{
|
{
|
||||||
if (rawDataIndex % 8 != 0)
|
if ((parent->baseAddress + rawDataIndex) % 8 != 0)
|
||||||
dWordAligned = false;
|
dWordAligned = false;
|
||||||
|
|
||||||
switch (format)
|
switch (format)
|
||||||
|
|
Loading…
Add table
Reference in a new issue