mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
removed a left-over debugging statement
This commit is contained in:
parent
5c34a02058
commit
d46eeb04cd
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ bool CSVRender::WorldspaceWidget::storeMappingSetting (const QString& key, const
|
||||||
for (int i=0; sMappingSettings[i]; ++i)
|
for (int i=0; sMappingSettings[i]; ++i)
|
||||||
if (key2==sMappingSettings[i])
|
if (key2==sMappingSettings[i])
|
||||||
{
|
{
|
||||||
std::cout<<"button :"<<sMappingSettings[i]<<std::endl;
|
|
||||||
Qt::MouseButton button = Qt::NoButton;
|
Qt::MouseButton button = Qt::NoButton;
|
||||||
|
|
||||||
if (value.endsWith ("Left Mouse-Button"))
|
if (value.endsWith ("Left Mouse-Button"))
|
||||||
|
|
Loading…
Reference in a new issue