After updating to the latest CVS a couple hours ago, I am getting some strangeness when I do a g2d->Write.  My final line at the end of my drawing method has been:
 
  g2d->Write(FONT_COURIER_12, 640 - fw, 0, COLOR_WHITE, -1, fpstxt);
 
Of course, g2d, FONT_COURIER_12, COLOR_WHITE, and fpstxt are all previously defined.
 
Today, this line stopped working at all.  The lines before it involving g2d work fine, and strangely it works when I add this line after it:
 
  g2d->DrawBox(-1, -1, 1, 1, -1);
 
I'm not sure exactly what's causing this, and I haven't changed any of my code since recompiling the latest stuff over the stuff I did about a month ago.  Any ideas?
 
-roncli

Reply via email to