From c741895e45968b50114a1b6ec0307503bce59783 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 3 Feb 2018 23:43:31 +0800 Subject: Fixed texture locking for sure this time. --- examples/smelt_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/smelt_test.cpp b/examples/smelt_test.cpp index 8d0e41b..853d09b 100644 --- a/examples/smelt_test.cpp +++ b/examples/smelt_test.cpp @@ -185,7 +185,7 @@ int main() //initialize the indicator. ictest.init(100,5,0x80,tex,smTexRect(151,264,2,8)); //set the string of the truetype font renderer. - ttftest.updateString(L"truetype font test\nNow Playing: 稲田姫樣に叱られるから by ZUN"); + ttftest.updateString(L"truetype font test\nNow Playing: 稲田姫様に叱られるから by ZUN"); //play the bgm. sm->smSFXPlay(bgm,100,0,1.,true); //enter the main loop. -- cgit v1.2.3