mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +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 tuple[4];
|
||||
BaseAtlasPage *page;
|
||||
BaseAtlasPage *page = NULL;
|
||||
while (current != end) {
|
||||
readLine(current, end, value);
|
||||
trim(value);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user