This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 10035 for ps


Ignore:
Timestamp:
08/18/11 23:12:15 (13 years ago)
Author:
philip
Message:

Fix tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/simulation2/system/ComponentTest.h

    r10017 r10035  
    163163    DEFAULT_MOCK_COMPONENT()
    164164
     165    virtual bool IsLoaded()
     166    {
     167        return true;
     168    }
     169
    165170    virtual CFixedVector3D CalcNormal(entity_pos_t UNUSED(x), entity_pos_t UNUSED(z))
    166171    {
Note: See TracChangeset for help on using the changeset viewer.