Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashqal committed Jul 25, 2016
1 parent ca96377 commit 0fc04c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MD360Player4iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "MD360Player4iOS"
s.version = "1.1.1.beta"
s.version = "1.1.3.beta"
s.summary = "It is a lite library to render 360 degree panorama video for iOS."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -78,7 +78,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/ashqal/MD360Player4iOS.git", :tag => "1.1.1.beta" }
s.source = { :git => "https://github.com/ashqal/MD360Player4iOS.git", :tag => "1.1.3.beta" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion MDVRLibrary/MDVRLibrary/MDPlane.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ - (float*)getVertexBuffer:(int)index{
return pScaledVerticesBuffer;
}

- (void) generatePlane:(MDStereoSphere3D*) object3D{
- (void) generatePlane:(MDAbsObject3D*) object3D{
int numPoint = sPlaneNumPoint;

float* texcoords = [self generateTexcoords];
Expand Down
2 changes: 1 addition & 1 deletion MDVRLibrary/MDVRLibrary/MDProjectionStrategy.m
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ - (instancetype)initWith:(MDPlaneScaleCalculator*) calculator{

@end

@interface PlaneProjection : AbsProjectionMode<MD360DirectorFactory>
@interface PlaneProjection : AbsProjectionMode
@property (nonatomic,strong) MDAbsObject3D* object3D;
@property (nonatomic,strong) MDPlaneScaleCalculator* calculator;
@end
Expand Down

0 comments on commit 0fc04c2

Please sign in to comment.