Skip to content

jump(0) bug ? #35

@wumiliu

Description

@wumiliu

321

auto tween123 = tweeny::from(0)
	.to(100).during(100)
	.to(200).during(100);
{
	tween123.jump(0);
	auto value11 = tween123.peek();
	auto point11 = tween123.point();
	int kk;
	kk = 100;
}

/////////
value11= 100 is bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions