* Fix blenfont scons include after recent GE changes.

Mitchell: Please check if these includes also need to be added in scons: https://projects.blender.org/scm/viewvc.php/trunk/blender/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt?root=bf-blender&r1=61087&r2=61086&pathrev=61087
This commit is contained in:
Thomas Dinges
2013-11-04 22:14:04 +00:00
parent b792ad2b46
commit ee854a04fa

View File

@@ -13,6 +13,7 @@ incs = [
'#extern/glew/include',
'#intern/moto/include',
'#source/blender/blenkernel',
'#source/blender/blenfont',
'#source/blender/blenlib',
'#source/blender/gpu',
'#source/blender/makesdna',