Changeset 365 for trunk/src/engine/program_manager.cc
- Timestamp:
- 05/16/15 17:40:16 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:global-ignores
set to
vs2012
vs2013
gmake
gmake-clang
-
Property
svn:global-ignores
set to
-
trunk/src/engine/program_manager.cc
r361 r365 7 7 #include "nv/engine/program_manager.hh" 8 8 #include "nv/core/range.hh" 9 #include "nv/core/logging.hh" 9 10 #include "nv/lua/lua_nova.hh" 11 10 12 11 13 nv::program_manager::program_manager( context* a_context ) : m_context( a_context ) … … 17 19 nv::resource_id nv::program_manager::load_resource( lua::table_guard& table ) 18 20 { 19 NV_LOG ( LOG_DEBUG,table.get_string("id") );21 NV_LOG_DEBUG( table.get_string("id") ); 20 22 std::string vsource; 21 23 std::string fsource;
Note: See TracChangeset
for help on using the changeset viewer.