timnboys / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

TimedAnimation "purely virtual function" error #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Attempting to call Anim_WidthIn, Anim_WidthOut, Anim_HeightIn, or 
Anim_HeightOut on any control.

What is the expected output? What do you see instead?
The control should animate its size change.  Instead, GWEN.Net will crash with 
the error "Pure virtual function call".

What version of the product are you using? On what operating system?
Latest SVN build.

Please provide any additional information below.
This issue is caused by TimedAnimation calling base.Think().  Simply commenting 
out line 27 in Gwen/Anim/TimedAnimation.cs fixes the problem.

Original issue reported on code.google.com by FauxBest...@gmail.com on 18 Jan 2012 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by der.ag...@gmail.com on 19 Jan 2012 at 8:36

GoogleCodeExporter commented 9 years ago
Fixed, thanks!

Original comment by der.ag...@gmail.com on 19 Jan 2012 at 8:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r87.

Original comment by der.ag...@gmail.com on 19 Jan 2012 at 8:41