We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5247732 commit ad7640dCopy full SHA for ad7640d
Core/Libraries/Source/WWVegas/WW3D2/statistics.cpp
@@ -132,11 +132,11 @@ static void Record_Texture_End()
132
// int percents=100-100*bytes/non_red_bytes;
133
working_string.Format("%4.4dkb ",bytes/1024);
134
texture_statistics_string+=working_string;
135
+ texture_statistics_string+=t->Get_Texture_Name();//getTextureName();
136
}
137
else {
138
texture_statistics_string+="N/A ";
139
- texture_statistics_string+=t->Get_Texture_Name();//getTextureName();
140
texture_statistics_string+=error;
141
texture_statistics_string+="\n";
142
0 commit comments