- Timestamp:
- Dec 2, 2009, 9:02:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/LuaState.cc
r6150 r6190 92 92 sourceInfo = Resource::getInfo(filename, resourceGroup); 93 93 94 // Continue search if not explicit ely forbidden94 // Continue search if not explicitly forbidden 95 95 if (bSearchOtherPaths && sourceInfo == NULL) 96 96 { … … 140 140 void LuaState::doString(const std::string& code, const shared_ptr<ResourceInfo>& sourceFileInfo) 141 141 { 142 // Save the o old source file info142 // Save the old source file info 143 143 shared_ptr<ResourceInfo> oldSourceFileInfo = sourceFileInfo_; 144 144 // Only override if sourceFileInfo provides useful information
Note: See TracChangeset
for help on using the changeset viewer.