Changeset 951 for cpp/frams/vm/classes


Ignore:
Timestamp:
06/20/20 01:03:33 (4 years ago)
Author:
Maciej Komosinski
Message:

Fixed a bug in 3D orientation rotation (only concerns scripts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/3dobject.cpp

    r825 r951  
    350350{
    351351        Orient_Ext *obj = Orient_Ext::fromObject(args[0]);
    352         if (!obj)
     352        if (obj)
    353353        {
    354354                Orient tmp = o;
Note: See TracChangeset for help on using the changeset viewer.