fix spelling
This commit is contained in:
@@ -188,7 +188,7 @@ _QERFaceData g_SelectedFaceData;
|
||||
// g_pSelectedFaceWindings gets allocated with MAX_POINTS_ON_WINDING at plugin startup ( QERPlug_Init )
|
||||
winding_t *g_pSelectedFaceWinding = NULL;
|
||||
const float g_ViewportRatio = 1.2f;
|
||||
// usefull class to manage the 2D view
|
||||
// useful class to manage the 2D view
|
||||
C2DView g_2DView;
|
||||
// control points to move the polygon
|
||||
CControlPointsManagerBFace g_ControlPointsBFace;
|
||||
|
||||
@@ -5,4 +5,4 @@ here is the TODO-list for next release, ( most certainly a wish list )
|
||||
- TODO: add hooks with the selected face and selected patch data. tell the plugin when selected face
|
||||
or selected patch has changed.
|
||||
the hooks should use a generic interface inside Radiant for "observers"
|
||||
- TODO: add other usefull texturing tools, if designers come up with good ideas
|
||||
- TODO: add other useful texturing tools, if designers come up with good ideas
|
||||
Reference in New Issue
Block a user