Changeset 121 for trunk/src/gui/gui_style.cc
- Timestamp:
- 06/15/13 17:47:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/gui_style.cc
r114 r121 36 36 for (size_t i = 0; i < 4; ++i ) 37 37 { 38 lua_rawgeti( m_lua, -1, i+1);38 lua_rawgeti( m_lua, -1, static_cast<int>( i+1 ) ); 39 39 if ( lua_isnil( m_lua, -1 ) ) return true; 40 40 vec[i] = (float)lua_tonumber( m_lua, -1 );
Note: See TracChangeset
for help on using the changeset viewer.