From a9444c05bf46db4545fcfd60a9663ad2ae9cfc3a Mon Sep 17 00:00:00 2001 From: njohnson Date: Sun, 7 Sep 2025 23:16:11 -0400 Subject: [PATCH] Updated xpackedtexcoords --- libs/xassets/xpackedtexcoords.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/xassets/xpackedtexcoords.cpp b/libs/xassets/xpackedtexcoords.cpp index f559b76..7f51205 100644 --- a/libs/xassets/xpackedtexcoords.cpp +++ b/libs/xassets/xpackedtexcoords.cpp @@ -9,7 +9,7 @@ XPackedTexCoords::XPackedTexCoords() void XPackedTexCoords::ParseData(QDataStream *aStream) { - + *aStream >> mPacked; } void XPackedTexCoords::Clear()