Ignore:
Timestamp:
May 29, 2020, 10:45:52 PM (4 years ago)
Author:
coas-nagasima
Message:

Visual Studio 2019 と Bridge.NET でビルドできるよう更新。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/Blocks/Loops.cs

    r321 r425  
    345345                        var block = (Block)this;
    346346                        do {
    347                                 if (this.LOOP_TYPES.IndexOf(block.type) != -1) {
     347                                if (Array.IndexOf(this.LOOP_TYPES, block.type) != -1) {
    348348                                        legal = true;
    349349                                        break;
Note: See TracChangeset for help on using the changeset viewer.