Changed "www.blender.nl" to "www.blender.org" for that little display
thingy in the upper right corner. -Fred <phaethon>
This commit is contained in:
@@ -205,7 +205,7 @@ void initglobals(void)
|
|||||||
G.order= 1;
|
G.order= 1;
|
||||||
G.order= (((char*)&G.order)[0])?L_ENDIAN:B_ENDIAN;
|
G.order= (((char*)&G.order)[0])?L_ENDIAN:B_ENDIAN;
|
||||||
|
|
||||||
sprintf(versionstr, "www.blender.nl %d", G.version);
|
sprintf(versionstr, "www.blender.org %d", G.version);
|
||||||
|
|
||||||
clear_workob(); /* object.c */
|
clear_workob(); /* object.c */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user