File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ namespace TiltBrush
32
32
33
33
public class Model
34
34
{
35
-
36
35
public struct Location
37
36
{
38
37
public enum Type
@@ -250,13 +249,13 @@ public IExportableMaterial GetExportableMaterial(Material material)
250
249
return m_ImportMaterialCollector . GetExportableMaterial ( material ) ;
251
250
}
252
251
253
- public Model ( Location location ) { m_Location = location ; }
254
-
255
- public Location GetLocation ( )
252
+ public Model ( Location location )
256
253
{
257
- return m_Location ;
254
+ m_Location = location ;
258
255
}
259
256
257
+ public Location GetLocation ( ) { return m_Location ; }
258
+
260
259
/// A helper class which allows import to run I/O on a background thread before producing Unity
261
260
/// GameObject(s). Usage:
262
261
/// BeginAsyncLoad()
You can’t perform that action at this time.
0 commit comments