mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops, includes
This commit is contained in:
parent
22266d04a2
commit
8ba538ac91
@ -17,7 +17,6 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "config_pnmtext.h"
|
||||
#include "staticTextFont.h"
|
||||
|
||||
#include "dconfig.h"
|
||||
|
||||
|
@ -23,10 +23,11 @@
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
|
||||
#include "config_text.h"
|
||||
#include "config_pnmtext.h"
|
||||
#include "filename.h"
|
||||
#include "pvector.h"
|
||||
#include "pmap.h"
|
||||
#include "pnmImage.h"
|
||||
#include "namable.h"
|
||||
|
||||
#include <ft2build.h>
|
||||
|
@ -74,7 +74,7 @@ generate_into(const wstring &text, PNMImage &dest_image, int x, int y) {
|
||||
width += glyph->get_advance();
|
||||
}
|
||||
|
||||
int xp;
|
||||
int xp = x;
|
||||
int yp = y;
|
||||
|
||||
switch (_align) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user