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 9962 for ps


Ignore:
Timestamp:
08/04/11 19:27:14 (13 years ago)
Author:
Jan Wassenberg
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/lib/res/graphics/ogl_tex.cpp

    r9961 r9962  
    587587    //   same state values are being set (harmless anyway).
    588588    intptr_t refs = h_get_refcnt(ht);
    589     if(intptr_t > 1)
     589    if(refs > 1)
    590590        return; // don't complain
    591591
Note: See TracChangeset for help on using the changeset viewer.