mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 18:56:54 +08:00
initialize variable
This commit is contained in:
parent
c93bb14708
commit
b0f8468ddc
@ -105,7 +105,7 @@ void BaseAtlas::load (const char *current, const char *end) {
|
|||||||
|
|
||||||
string value;
|
string value;
|
||||||
string tuple[4];
|
string tuple[4];
|
||||||
BaseAtlasPage *page;
|
BaseAtlasPage *page = NULL;
|
||||||
while (current != end) {
|
while (current != end) {
|
||||||
readLine(current, end, value);
|
readLine(current, end, value);
|
||||||
trim(value);
|
trim(value);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user