Changeset 3192 for code/branches/pch/src/core/ConsoleCommandCompilation.cc
- Timestamp:
- Jun 18, 2009, 10:00:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/core/ConsoleCommandCompilation.cc
r3154 r3192 170 170 COUT(2) << "Warning: Expression could not be parsed to the end! Remains: '" << expr.getRemains() << "'" << std::endl; 171 171 } 172 return expr.getResult();172 return static_cast<float>(expr.getResult()); 173 173 } 174 174 else
Note: See TracChangeset
for help on using the changeset viewer.