| Index: samplecode/SampleLua.cpp
|
| diff --git a/samplecode/SampleLua.cpp b/samplecode/SampleLua.cpp
|
| index 7825ecaf69cad2db3ec81a3389096e577216e254..921931b20cedb6454d229dc35e279c343c88b157 100644
|
| --- a/samplecode/SampleLua.cpp
|
| +++ b/samplecode/SampleLua.cpp
|
| @@ -18,8 +18,8 @@ extern "C" {
|
| #include "lauxlib.h"
|
| }
|
|
|
| -#define LUA_FILENAME "test.lua"
|
| -//#define LUA_FILENAME "slides.lua"
|
| +//#define LUA_FILENAME "test.lua"
|
| +#define LUA_FILENAME "slides.lua"
|
|
|
| static const char gDrawName[] = "onDrawContent";
|
| static const char gClickName[] = "onClickHandler";
|
|
|