mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Actually needed named values to avoid warnings.
derp
This commit is contained in:
parent
0815fad4d6
commit
67a639d12a
@ -104,7 +104,7 @@ struct spTimeline {
|
||||
|
||||
#ifdef __cplusplus
|
||||
spTimeline() :
|
||||
type(0),
|
||||
type(SP_TIMELINE_SCALE),
|
||||
vtable(0) {
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -47,7 +47,7 @@ typedef struct spAttachment {
|
||||
#ifdef __cplusplus
|
||||
spAttachment() :
|
||||
name(0),
|
||||
type(0),
|
||||
type(SP_ATTACHMENT_REGION),
|
||||
vtable(0) {
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user