diff options
author | Chris Xiong <chirs241097@gmail.com> | 2018-02-03 23:43:31 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2018-02-03 23:43:31 +0800 |
commit | c741895e45968b50114a1b6ec0307503bce59783 (patch) | |
tree | 735dfe6bf02153dba22703dbe724f6c29f399603 /examples | |
parent | 1eb88d4f5d5cb05d62be1d4a0c88c7399f7c0de0 (diff) | |
download | SMELT-c741895e45968b50114a1b6ec0307503bce59783.tar.xz |
Fixed texture locking for sure this time.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smelt_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |