Fix a lot of warnings, thanks to ejtttje, Fixes issue 537
Fix soft body debug rendering
This commit is contained in:
@@ -931,7 +931,7 @@ int GLUI_EditText::special_handler( int key,int modifiers )
|
||||
int GLUI_EditText::find_word_break( int start, int direction )
|
||||
{
|
||||
int i, j;
|
||||
char *breaks = " :-.,";
|
||||
const char *breaks = " :-.,";
|
||||
int num_break_chars = (int)strlen(breaks), text_len = (int)text.length();
|
||||
int new_pt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user