~azzar1/unity/fix-1028810

« back to all changes in this revision

Viewing changes to UnityCore/Hud.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-08-22 13:14:18 UTC
  • mfrom: (2516.1.92 unity)
  • Revision ID: azzaronea@gmail.com-20120822131418-mrfwx82k39xnvl9e
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
 
250
250
void Hud::CloseQuery()
251
251
{
252
 
  //Send close hint to the hud
253
 
  pimpl_->CloseQuery();
 
252
  if (pimpl_->query_key_)
 
253
    pimpl_->CloseQuery();
254
254
}
255
255
 
256
256
}