| 142 | // *********************************************************************** |
| 143 | |
| 144 | int LuaPopMatrix(lua_State* pLua) { |
| 145 | PopMatrix(); |
| 146 | return 0; |
| 147 | } |
| 148 | |
| 149 | // *********************************************************************** |
| 150 |
nothing calls this directly
no test coverage detected