mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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
|
#ifdef __cplusplus
|
||||||
spTimeline() :
|
spTimeline() :
|
||||||
type(0),
|
type(SP_TIMELINE_SCALE),
|
||||||
vtable(0) {
|
vtable(0) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -47,7 +47,7 @@ typedef struct spAttachment {
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
spAttachment() :
|
spAttachment() :
|
||||||
name(0),
|
name(0),
|
||||||
type(0),
|
type(SP_ATTACHMENT_REGION),
|
||||||
vtable(0) {
|
vtable(0) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user