axmol/templates
aismann 973239f8a0
Fix: error C2360: initialization of 't' is skipped by 'case' label (#1146)
* Fix: error C2360: initialization of 't' is skipped by 'case' label

case ExampleGameState::update:
        /////////////////////////////
        // Add your codes below...like....
        //
        // UpdateJoyStick();
        // UpdatePlayer();
        // UpdatePhysics();
        // ...
        int t = 10;
        break;

* Update HelloWorldScene.cpp

* Update HelloWorldScene.cpp
2023-03-30 21:41:44 +08:00
..
cpp-template-default Fix: error C2360: initialization of 't' is skipped by 'case' label (#1146) 2023-03-30 21:41:44 +08:00
lua-template-default Update ios splash images [skip ci] 2023-03-21 19:40:55 +08:00
axmol_files.json Final migrate (#876) 2022-10-01 16:24:52 +08:00