diff examples/dynamic/text.c @ 404:e774868fb7df

merge
author Thinker K.F. Li <thinker@branda.to>
date Tue, 16 Jun 2009 23:03:07 +0800
parents 31b6633e3538
children 84ce2d4a8c3f
line wrap: on
line diff
--- a/examples/dynamic/text.c	Tue Jun 16 23:01:38 2009 +0800
+++ b/examples/dynamic/text.c	Tue Jun 16 23:03:07 2009 +0800
@@ -67,7 +67,7 @@
     if (argc > 1) 
 	    myApp = MBApp_Init(argv[1]);
     else
-	    myApp = MBApp_Init("mytext");
+	    myApp = MBApp_Init(".libs/mytext");
     data.currentscene=0;
     MBApp_setData(myApp,&data);
     get_now(&tmo);