mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-04 06:25:08 +00:00
trying to commit things ankh forgot to
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@470 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -143,7 +143,7 @@ Param * BuiltinParams::find_builtin_param(const std::string & name)
|
||||
{
|
||||
|
||||
std::map<std::string, Param*>::iterator builtinPos = builtin_param_tree.find(pos->second);
|
||||
|
||||
|
||||
if (builtinPos != builtin_param_tree.end()) {
|
||||
//std::cerr << "[BuiltinParams] find_builtin_param: found it indirectly." << std::endl;
|
||||
param = builtinPos->second;
|
||||
|
||||
Binary file not shown.
@ -127,6 +127,7 @@
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
WarnAsError="false"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
ShowIncludes="true"
|
||||
|
||||
Reference in New Issue
Block a user