Page Menu
Home
Search
Configure Global Search
Log In
Files
F5207
ge_bitmap_text_value_fix.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Mal Duffin (mal_cando)
Nov 13 2013, 1:21 PM
Size
475 B
Subscribers
None
ge_bitmap_text_value_fix.patch
View Options
Index: drawmesh.c
===================================================================
--- drawmesh.c (revision 10746)
+++ drawmesh.c (working copy)
@@ -1045,7 +1045,7 @@
dm->drawFacesTex(dm, draw_tface__set_draw);
/* drawing game engine text hack */
- if (!editing && prop && me->tface) {
+ if (!editing && prop && me->mtface) {
DerivedMesh *ddm = mesh_get_derived_deform(ob, CD_MASK_BAREMESH);
MFace *mface= me->mface;
MTFace *tface= me->mtface;
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6b/e0/61e22b091342cc6ec991886a205a
Event Timeline
Log In to Comment