Oh yeah, it's all coming together
This commit is contained in:
@ -99,8 +99,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
// Buffer XML info.
|
||||
sprintf(xml,
|
||||
"%s\n <texture-scale scale=\"%i\" width=\"%i\" height=\"%i\" asset=\"%s_%i.texture\" />",
|
||||
xml, scale, rw, rh, out, scale
|
||||
"%s\n <texture-scale scale=\"%i\" width=\"%i\" height=\"%i\" />",
|
||||
xml, scale, rw, rh
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user